]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
Document fsid=
[nfs-utils.git] / ChangeLog
index 91b7569680ce5342fc50c2c4b712956be5ef2abe..2c49a6186d55519f406d261f3a798012f1093be2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2004-02-24 NeilBrown <neilb@cse.unsw.edu.au>
+       Based on patch from  Greg Banks <gnb@melbourne.sgi.com>
+
+       * utils/exportfs/exports.man: Document fsid= option.
+       
+2003-09-15 NeilBrown <neilb@cse.unsw.edu.au>
+
+       Release 1.0.6
+
+       * rules.mk: Add dep: rule when no OBJS, so "make dep" works in
+       support/include, and depend in "predep"
+       * support/export/Makefile, tools/rpcgen/Makefile,
+       utils/statd/Makefile: add "predep" rule so that "make dep" works.
+       * Makefile: allow a simple "make" to run ./configure and "make dep"
+       if needed.
+       * configure.in, nfs-utils.spec: Update version to 1.0.6
+       * run autoconf
+       
+2003-09-12  Chip Salzenberg  <chip@pobox.com>
+
+       * debian/changelog: Version 1.0.6-1.
+
+2003-09-12 NeilBrown <neilb@cse.unsw.edu.au>
+
+       * utils/mountd/mountd.c(main): Impose FD_SETSIZE as an upper limit
+       for RLIMIT_NOFILE
+       * utils/statd/statd.c(main): Ditto.
+
+          michael <michael@newdream.net> discovered that svc_setreqsize
+          in glibc can segfault if RLIMIT_NOFILE is bigger than
+          FD_SETSIZE, so a simple solution is to impose a hard limit.
+
+2003-09-09  Chip Salzenberg  <chip@pobox.com>
+
+       * debian/changelog: Version 1.0.5-3.
+       * support/export/hostname.c (get_reliable_hostbyaddr): Fix crash
+       on invalid reverse DNS.
+       * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter.
+       * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars.
+       * tools/rpcgen/rpc_parse.c (def_union): Likewise.
+
+2003-08-22  Chip Salzenberg  <chip@pobox.com>
+
+       * utils/statd/{log.h,log.c}: Rename log() to note() and L_* to
+       N_*, to avoid conflict with ISO C built-in log() function.
+       * utils/statd/*.c: Use note().
+
+2003-08-20  Chip Salzenberg  <chip@pobox.com>
+
+       * debian/changelog: Version 1.0.5-2.
+
 2003-08-11 NeilBrown <neilb@cse.unsw.edu.au>
 
        * utils/mountd/cache.c(cache_get_filehandle): close the filehandle