X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=35de983e26464280636554c4ec8503e7cdf978e4;hp=c5401152fda61dde94eea7d94c27084badc9deed;hb=2e075a16da4963f54cd556403ca9e15a68de27fd;hpb=1769ac4444005c027dc1baa33946eb16cd48444b diff --git a/ChangeLog b/ChangeLog index c540115..35de983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 2006-06-05 NeilBrown - Remove debian/ at request of Debian maintainer "Steinar H. Gunderson" + - Remove debian/ at request of Debian maintainer "Steinar H. Gunderson" - fix_exportfs_with_multiple_matches.diff: Fixes a problem with exportfs -o and multiple entries of the same type for the same patch that matches a given client. The entire rationale and problem description can be found @@ -20,6 +20,13 @@ Let the user select (via a new parameter) the path to the NFS state directory for mountd, to match the statd functionality. "Steinar H. Gunderson" + - fix nhfsrun signal: + nhfsrun is supposed to be able to be signalled with SIGUSR1, but + the signal trapped is number 30, which is something else + entirely (SIGPWR). This patch simply changes it to say "USR1", + which gets it right no matter what the value is. + "Steinar H. Gunderson" + - Minor man page tidy up 2006-04-12 NeilBrown Remove **/Makefile.in, aclocal.m4, configure, and @@ -34,6 +41,10 @@ Old glibc's don't have ifaddrs.h +2006-06-12 Amit Gud + Added the mount functionality from util-linux. + Added --without-mount configure option. + 2006-04-12 NeilBrown Set version to 1.0.8, aclocal -I aclocal ; autoheader ; automake ; autoconf