X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=35de983e26464280636554c4ec8503e7cdf978e4;hp=ebe9ae7dd961b592d5f5a371703a4b9434f8399b;hb=db96d056578338dd1bb0371dc84638973c187ec6;hpb=cdfc1d391373e6ffe89b352d4abacfb7ac9a6701 diff --git a/ChangeLog b/ChangeLog index ebe9ae7..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 @@ -16,7 +16,18 @@ Document the 'sync' option in the exports(5) man page -- ATM only the 'async' option is documented, which is not very symmetric. :-) "Steinar H. Gunderson" - + - mountd state directory: + 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 support/include/config.h.in from source control @@ -30,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