Changelog:
* new : your account, added expand/collapse button
* wish : #1653350 cvs import default category for payee
* wish : #1645126 remember the size of columns listview in the main window
* wish : #1530784 easy way to see closed accounts in account list
* wish : #1164643 totals per Financial Institution in account summary
* bugfix: #1658047 Euro major Lithuanian template corrections
* bugfix: #1658045 Euro major settings: list countries alphabetically
* bugfix: #1658043 Euro major feature calculates amounts incorrectly
* bugfix: #1656531 account combobox can be default set to disabled account
* bugfix: #1653957 Importing QIF file with existing accounts
* bugfix: #1652994 Sorting for account in Statistics Report doesn't work
* bugfix: #1652527 Balance report crash when no result
* bugfix: #1649081 Exclude from budget option seems ignored
* bugfix: #1649078 Remind operations are included in "today" balance calculation
* bugfix: #1648856 balance report "select all" is not working
This port was first created by kwm@ then updated and improved by Johannes
Lundberg
Wayland is intended as a simpler replacement for X, easier to develop and
maintain. GNOME and KDE are expected to be ported to it.
Wayland is a protocol for a compositor to talk to its clients as well as
a C library implementation of that protocol. The compositor can be a
standalone display server running on Linux kernel modesetting and evdev
input devices, an X application, or a wayland client itself. The clients can
be traditional applications, X servers (rootless or fullscreen) or other
display servers.
Please report bugs to the FreeBSD bugtracker!
WWW: http://wayland.freedesktop.org/
small epoll implementation using kqueue; includes all features needed for
libinput/libevdev
The project was initially created here:
https://github.com/jiixyj/epoll-shim/
Forked and expected on the FreeBSDDesktop github
https://github.com/FreeBSDDesktop/epoll-shim
It is required for Wayland import
Submitted by: Johannes Lundberg <yohanesu75@gmail.com>
Environment (LXDE) which allows view and change global keyboard shortcuts
for Window Manager actions, including ones to start applications.
WWW: http://www.lxde.org/
- Adjust dependencies
- Add WEATHER (set by default), and ALSA (unset) options
- Rewrite patches plugins in order to use sysctl calls instead the Linux
proc and sys file system
In 2006, Sun Microsystems released math and vector math libraries as
part of their effort to open-source Solaris:
libmvec - vector math library
This library contains function to evaluate common mathematical functions
for several arguments at once. The argument values are specified by one
or more vectors (arrays) of data, and the corresponding result values
are stored in another vector.
libm - C99 math library
Functions in this library provide common elementary mathematical
functions and floating point environment routines defined by System V,
ANSI C, POSIX, and so on. Additional functions in this library provide
extended support for handling floating point exceptions.
The original source has been modified to build on FreeBSD and DragonFly
using GCC or clang and the GNU assembler. All fixes introduced by Nexenta
and Illumos projects have also been incorporated. Missing x86_64 variants
of lrint and lround have added. The floating-point exception logging
including address->symbol tranlation has also been implemented.
This is ABI-compatible with 1.0.0, but due to an accident
upstream with releasing 1.0.1 with a reversed shlib version,
they released 2.0.0 with only a restoration of the shlib
version of 2.
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Changes: https://seacloud.cc/group/3/wiki/server-changelog
- [fix] Fix generating of password protected link in file view page
- [fix] Fix .jpg/.JPG image display in IE10
- Export quota usage in export Excel in user list admin page
- [fix] Fix admin can't delete broken libraries
- Add "back to previous page" link in trash page, history page
- [fix] Improve logo show in About page
- [fix] Fix file encoding for text file editing online
- [fix] Don't show operation buttons for broken libraries in normal users page
PR: 216349
Submitted by: ultima1252@gmail.com (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9284