0.8.6 - 29 June 2004 [0.8.6 notes]
* use uu_lock() for terminal locking on FreeBSD
0.8.5 - 2 May 2004
* cursor positioning (-c) reliability improved on systems with IPC
* minor fix: made test 005 more reliable
* new option --height (-H)
0.8.2 - 24 April 2004
* allow k,m,g,t suffixes on numbers
* added "srpm" and "release" Makefile targets
0.8.1 - 19 April 2004
* bugfix in cursor positioning (-c)
0.8.0 - 12 February 2004
* replaced GNU getopt with my library code
* replaced GNU gettext with my very minimal replacement
* use DESTDIR instead of RPM_BUILD_ROOT for optional installation prefix
* looked for flaws using RATS, cleaned up code
0.7.0 - 8 February 2004 [0.7.0 notes]
* display buffer management fixes (thanks Cédric Delfosse)
* replaced --enable-debug with --enable-debugging and --enable-profiling
0.6.4 - 14 January 2004
* fixed minor bug in RPM installation
* bugfix in "make index" (only of interest to developers)
0.6.3 - 22 December 2003
* fixed transient bug that reported "resource unavailable" occasionally
0.6.2 - 6 August 2003
* block devices now have their size read correctly, so "pv /dev/hda1" works
* minor code cleanups (mainly removal of CVS "Id" tags)
0.6.0 - 3 August 2003
* doing ^Z then "bg" then "fg" now continues displaying
0.5.9 - 23 July 2003
* fix for test 007 when not in C locale
* fix for build process to use CPPFLAGS
* fix for build process to use correct i18n libraries
* fix for build process - more portable sed in dependency generator
* fix for install process - remember to mkinstalldirs before installing
* fixes for building on Mac OS X
0.5.3 - 4 May 2003
* added Polish translation thanks to Bartosz Feñski <fenio@o2.pl> and Krystian Zubel
* moved doc/debian to ./debian at insistence of common sense
* minor Solaris 8 compatibility fixes
* seems to compile and test OK on Mac OS X
0.5.0 - 15 April 2003
* added French translation thanks to Stéphane Lacasse <tecknojunky@tecknojunky.com>
* added German translation thanks to Marcos Kreinacke <m.kreinacke@nettec-systeme.net>
* switched LGPL reference from "Library" to "Lesser"
0.4.9 - 18 February 2003
* support for >2GB files added where available (Debian bug #180986)
* added doc/debian dir (from Cédric Delfosse)
* added "make rpm" and "make deb" targets to build RPM and Debian packages
* added a "make pv-static" rule to build a statically linked version
* Update to latest egg-recent
* Fix memory leaks
* Clear clipboard after a cut file is pasted
* Properly escape uris created by connect to server dialog
* Better alignment of icon labels
* Allow move (not copy) of a file to another filesystem
* Fix reordering of selection when a listview is resorted
* Allow keynav on desktop
* Fix crash in sort-by-emblems mode
* Performance fixes when selecting files
* Performance increase in folder load
* Allow pasting files as text
* Fix nautilus extensions such as file-roller menus
* Made select by pattern work in trash
* Fixed cut/paste of text when renaming in listview
* Always use homedir icon for homedir
gnome-vfs 2.8.2
* Bugs fixed:
+ performance increase in gnome-vfs-volume-monitor
+ Update to latest eggdesktopentries.c, fixing leaks
+ Fix problem with http leak fix in last version
+ Fix leaks
+ Make folders open with components, to make run-dialog work for
folders
+ Add support for additional headers to http backend
+ API docs updates
+ Default to the workgroup specified in smb.conf for network://
+ Fix queue handling for monitoring events
+ Add --disable-howl flag
+ Ignore smb files with empty names when enumerating
gnome-vfs 2.8.1
* Bugs fixed:
+ ftp-method: Don't ask for password if hostname wrong
+ fix detection of and build with kerberos
+ allow unref of the volume monitor after shutdown
+ Fix http issues with gtik
+ Fix leaks
+ Fix default application handling. Now user defaults override
system defaults.
+ Don't keep re-reading /etc/fstab
+ Read the right fstab file on solaris
+ sftp-method: use password if in uri
+ http-method: fix seek to end of file
+ http-method: various webdav fixes
+ Handle empty but non-null http proxy hostname.
Changes:
2.2.4 - Mon Sep 6, 2004
-----------------------
* 2.2.3 used a Gtk 2.4 function and did not compile under Gtk 2.2, so
added GTK_CHECK_VERSION.
* Jerome UZEL got a patch in to account for deleted email in
Evolution mailboxes.
2.2.3 - Mon Sep 6, 2004
-----------------------
* On SMP machines, allow sensors to be relocated to composite CPU panel.
* Alan Swanson: icon patch to give GKrellM and its configuration windows
an icon for task switching.
* Bugfixes:
o Christophe Barbe: fix mail.c X-Evolution flag decoding to use
proper "seen" bit for determining new/old email.
o Henrik Brix Andersen: use gtk_window_get_size() when calculating
_NET_WM_STRUT size so strut space can be resized when shutting gkrellm.
o Don't save new y_positions that are y packed and not user set (eg
preserve user positon when opening fs secondaries for > 10 seconds).
o Don't nest static function declarations inside of functions to fix
upcoming gcc 3.5 compile errors - from Art Haas.
o Sensor location menu wasn't recreated after the first config opening.
NetBSD (or pkgsrc) are mentioned in the 00DIST file, but this update
conveniently and completely eliminates the problem of the changing tar
file from a few days ago.
Set PAM_RHOST to value of TCPREMOTEIP, which is set by
tcpserver. Thanks to dean gaudet.
Use service name in syslog instead of hard-coded
'checkpassword-pam' value. Thanks to dean gaudet.
New command-line option -H/--no-chdir-home: do not chdir to
user home directory. Useful in a specific case when home
directories are automounted, but mail is being delivered to a
central location. Thanks to Christian Hudon.
Updated to Autoconf 2.59 and Automake 1.7.9.
the name) renders the checksum invalid (even though the material
contents of the tarball are unchanged).
Luckily, we can switch from the .tar.bz2 distribution to the .tar.gz
one. It's a little larger, but it get around this problem. We will
switch back to the .tar.bz2 one once 4.73 is released, which ought to
happen in a few weeks.
directories in "real time", without having to periodically poll(2) for them
after several seconds. This improves the responsiveness of applications
using famd (specially GNOME) when changes to files occur from the "outside"
(they are notified from changes immediately), or even from the application
itself (for example, have you ever tried to rename several files from
Nautilus? just a PITA).
To enable kqueue, you have to pass the 'kqueue' option to the package.
I'm not enabling it by default because it needs testing (but it should be
enabled in a future). Furthermore, I'd like to send these patches to the
FAM developers for comments too. And a review from somebody knowing kqueue
could be good! (this is the first time I use the kqueue interface, so I'm
not sure if everything is right).
A description on how this works can be found in the files/IMonKQueue.c++
file. Note that, due to FAM's design, the easiest way to do this change
is to "emulate" imon functionality.
While here, add an rc.d script for famd, in case the user prefers to run
it at system startup instead of from inetd (I created it while developing
the kqueue functionality, so it's a good moment to add it). Adjust the
MESSAGE accordingly.
Bump PKGREVISION to 4.
of mounted filesystems in a local variable that was lost between calls to
the emulated getmntinfo function.
I'm not sure if this fixes any visible problem, but it probably should.
The code was randomly reading from memory before (running with debugging
enabled exposed the problem, for example).
Bump PKGREVISION to 3.
it does not exist; this directory is removed at boot time by another script.
Also, don't bother to create it with an OWN_DIRS_PERMS line, because the
rc.d script will do it for us.
Bump PKGREVISION to 1.
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.
D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.
This package provides the D-BUS interface to GLib and the dbus-monitor
utility (included here because it also uses GLib).
D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.
D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.
This package provides the D-BUS core library and daemon, as well as
some utilities that complement it.
Using rsnapshot, it is possible to take snapshots of your filesystems
at different points in time. Using hard links, rsnapshot creates the
illusion of multiple full backups, while only taking up the space of
one full backup plus differences. When coupled with ssh, it is possible
to take snapshots of remote filesystems as well.
The Linux-NTFS project (http://linux-ntfs.sf.net/) aims to
bring full support for the NTFS filesystem to the Linux
operating system. The ntfsprogs package currently consists of
a static library and utilities such as mkntfs, ntfscat,
ntfsls, ntfsresize, and ntfsundelete (for a full list of
included utilities see man 8 ntfsprogs after installation).
Provided in PR 27119 by Darrin B. Jewell, modified by myself to
remove dylib files from PLIST, add NetBSD statvfs compatibility, and
quieten a warning in one of the patches.
Darrin's patches perform the following changes:
. provide for redirection of error output without having an lvalue stderr
. support for NetBSD disklabels
. fix for ntfs_attr_pread to avoid reading a partial block
. workaround for darwin sys/mount.h namespace pollution
This package is currently configured with the gnome-vfs module disabled.
Do not pass the element descriptor size to SCSI_ReadElementStatus();
SCSI_ReadElementStatus() will then issue a SC_COM_RES to know how much space
it needs to allocate, then issue a second one with the proper size.
Fix problems with newer changers, which returns a descriptor status larger
than sizeof(DataTransferElementDescriptor_T).
These changes makes the Overland neo2000/SDLT320 work with amanda.
Ride the libtool PKGREVISION bump.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
shc creates a stripped binary executable version of a shell script.
shc itself is not a compiler such as cc, but rather it encodes and
encrypts a shell script and generates C source code with the added
expiration capability. It then uses the system compiler to compile a
stripped binary which behaves exactly like the original script. Upon
execution, the compiled binary will decrypt and execute the code with
the shell -c option.