]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
typo
[nfs-utils.git] / ChangeLog
index a2c7629bbf1fcd15489d78c02e31fbd464f69053..d587a2dc4b2b3603711ed8a0ba53330c78b71cfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
+       *utils/mountd/rmtab.c(slink_sfe_rename): real_newpath should be
+       "const char*", not "char"
+       
+2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
+
+       * configure.in (VERSION): Set to "1.0.3".
+       * nfs-utils.spec: Likewise.
+       * configure: Regenerated.
+
+2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
+
+       * support/nfs/cacheio.c: New File - support for read/writing
+       to export cache in /proc/rpc/*/channel
+       * support/nfs/Makefile: compile cacheio.c
+       * support/include/nfslib.h: declare cacheio.c functions
+       * support/nfs/nfsexport.c: export and unexport through
+       /proc/rpc/*/channel if possible, as old syscall interface
+       may not survive into 2.6 on all architectures.
+       
+2003-02-19 NeilBrown <neilb@cse.unsw.edu.au>   
+       Ben Leslie <benno@sesgroup.net>
+
+       * support/nfs/rpcmisc.c(rpc_init):  change test for ignoring
+       "defport" from (__rpcfdtype == 0) to (__rpcpmstart==0).  The
+       former would incorectly ignore defport if the application 
+       explicitly set __rpcfdtype.  The later is sufficient to avoid the
+       special handling in the case where stdin is an internet socket.
+
+       * utils/mountd/mountd.c(main): Add 'n' to option list in
+       getopt_long as this is a short form of --no-tcp which want being
+       checked.
+       
 2003-02-12  Chip Salzenberg  <chip@pobox.com>
 
        * debian/changelog: Version 1.0.2-2.