Many changes, including
* various configuation file format changes
* most UPS drivers enhanced
* upsmon/upssched support a lockfile
* chroot jails supported
* various bugfixes
(Refer to http://random.networkupstools.org/source/1.4/new-1.4.1.txt
for more information)
pkg update based on work sent in private email by Daniel Farrugia,
with various fixes by me.
disabled a while ago because it was causing lockups when using gnome-vfs2;
after the updates of fam and gnome-vfs2, this seems to be fixed (there have
been some fixes WRT fam support in this package). Bump PKGREVISION to 2.
- removed const from Scheduler.h to fix GCC 3 build.
- use GID_NOBODY if NOGROUP is undefined to build on SysV-like operating
systems including IRIX.
Changes in the package:
- Install configuration file in place.
- Tell the user how to setup and enable FAM.
Changes Overview:
o Fixed crash when quitting program while directory reading in progress.
o Fixed crash when trying to open another directory for reading while
reading still in progress. This is really just a variant of the above
bug.
o Added German translation contributed by Christoph Eckert.
o Added Stop Reading toolbar button (and menu entry) to abort directory
reading while in progress.
* Leak fixes
* Keynav fixes
* Reread activation uri of symlinks in case the link target
is stale.
* List view crash fix
* List view focus fix
* Ensure the source isn't deleted as a partial copy
* Fixed > 4G file transfers
* Icon view crash fix
While here, remove useless fam dependancy, as reported in PR pkg/24305.
Bugs fixed
* Guess mime type by looking at the extension when a zip file is found
* ncpfs file systems should work again (radu)
* stop complaining about empty PROPFIND responses (Jan Kratochvil)
* Several memory leaks
Translations
* lt (Tomas Kuliavas)
Changes:
* New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
* Updated Reiser filesystem support (Francis Devereux).
* Updated LVM support.
* Several small fixes from contributors.
* Support building on x86-64 with gcc -m32.
* Use a BIOS call to turn on/off Gate A20. This should solve various
problems related to Gate A20 in modern BIOSes.
* Add a workaround for buggy BIOSes (notably HP Vectra series) which
don't pass the boot drive correctly.
* Display "GNU GRUB" instead of "GRUB" in the menu.
* Add support for QNX RTP into the grub shell.
* Add support for the initrd max address of a kernel header in Linux.
* Support 32 bit and 64 bit dev_t.
* Add support for an install device in GRUB's notation with no
parenthesis (e.g. grub-install hd0).
* Improve the manual a lot.
While here, add a new build definition, GRUB_PRESET_COMMAND, which can be
set to a single command that will be embedded in grub's stage2 and executed
during bootup (useful for automated diskless setups). Also make use of
BUILD_DEFS properly. And pick up maintainership, as requested by tron@.