X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=3a61b9868113031ab0876e5c54541cf088a120ed;hb=c01bbec559c7623add9b6e119cfcfdd482e3a975;hp=753a0731a9af2cf30b342147bb39b6c8fca23c91;hpb=6a66bb69d8fdb43f0abb58fd74566461f0e96633;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 753a073..3a61b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,64 @@ +2000-05-01 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.2". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-05-01 H.J. Lu + + * utils/rquotad/rquota_server.c (getquotainfo): Call stat () + to check for the mounting point. + +2000-04-29 Chip Salzenberg + Neil Brown + + * Really re-use RPC ports. + (Fixes earlier patch. Sorry, Neil.) + +2000-04-26 H.J. Lu + + * configure.in (VERSION): Set to "0.1.7.1". + * configure: Regenerated. + * nfs-utils.spec: Updated. + +2000-04-26 H.J. Lu + + * etc/redhat/nfslock.init: Check if lockd exits before killing + it. + +2000-04-25 H.J. Lu + + * README: Require util-linux-2.10f-mount-rpc.patch for mount. + +2000-03-21 Michael Weiser + + * support/nfs/exports.c (parsesquash): Correctly set the + return pointer. + +Tue Mar 21 11:38:48 EST 2000 NeilBrown + + * support/include/nfs/nfs.h: Removed knowledge of internals of + kernel filehandles (which can change) and defined nfs_fh_size + which has variable size + + * support/nfs/getfh.c: defined getfh_size to use new syscall to + get variable sized file handles, and change getfh{,old} to + use nfs_fh_size + + * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for + NFSv3 file handles + + * tools/Makefile, tools/nlmtest/nlmtest.c + nlmtest.c depended on internel format of file handles, so now + doesn't work. + + 2000-03-12 Chip Salzenberg Neil Brown * support/nfs/rpcmisc.c (rpc_init): Share transports. -Wed Mar 8 09:42:43 EST 2000 Neil Brown +2000-03-13 H.J. Lu * etc/redhat/nfsd.init: Updated.