X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fabbc57ecaef776e7ba4ff6778333e1cdfb2a1ab;hb=1b4c3a6d7972b86fee563d0b22b32eda8b0afcf9;hp=42451643471e5eac0f4a0d75796c30eb235973fd;hpb=8b064fcf464aaf3717d8940f97a7d3f8bf21de1a;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 4245164..fabbc57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2003-03-26 Chip Salzenberg + + * debian/changelog: Version 1.0.3-1. + +2003-03-26 NeilBrown + + * utils/mountd/rmtab.c (slink_safe_rename): real_newpath should be + "const char*", not "char*". + +2003-03-26 NeilBrown + + * configure.in (VERSION): Set to "1.0.3". + * nfs-utils.spec: Likewise. + * configure: Regenerated. + +2003-03-26 NeilBrown + + * 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 Ben Leslie