X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=ac8bc63d1a918be8caa64c3229c6f0b4dc4df26a;hp=2ff82a3052b6ce969a52eb9fc238cbc342209aff;hb=89572e84169557fe3c70b5de619c274ceaf7b028;hpb=c481a5416e5b937541205da23cde15cdabf106c1 diff --git a/ChangeLog b/ChangeLog index 2ff82a3..ac8bc63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2006-06-05 NeilBrown + 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 + at http://bugs.debian.org/245449 (fumihiko kakuma ) + - escape hashes in exports + Makes sure any # signs in the printed-out exports file are + escaped (as with quotes, spaces, etc.), so they won't be treated + as a comment when they're read back in again. + "Steinar H. Gunderson" + - Only treat '#' as starting a comment when at the start of a + token, otherwise '#' in filenames cannot be read. + NeilBrown + +2006-04-12 NeilBrown + Remove **/Makefile.in, aclocal.m4, configure, and + support/include/config.h.in from source control + These are auto autogenerated by + aclocal -I aclocal ; autoheader ; automake ; autoconf + 2006-04-12 NeilBrown utils/statd/rmtcall.c: use HAVE_IFADDRS_H to control compilation of code using ifaddrs.h