]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
typo
[nfs-utils.git] / ChangeLog
index 42451643471e5eac0f4a0d75796c30eb235973fd..d587a2dc4b2b3603711ed8a0ba53330c78b71cfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+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>