X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d4aab7a2cb4f5d2bad03992136a4b4f2ebab3653;hb=37b49dbbdef252de4d7d45866fc3354b593431df;hp=93d5ab8ca9824b9f10665b414cc2c78f06d62ce6;hpb=de8fd61f8e692d5d8207d7c30e8914da05ca122f;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 93d5ab8..d4aab7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2002-04-07 H.J. Lu + + * configure.in (VERSION): Set to "1.0.1". + * configure: Regenerated. + * nfs-utils.spec: Likewise. + + * README: Updated for 1.0.1. + +2002-04-07 H.J. Lu + + * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning. + +2002-02-28 Steven Whitehouse + NeilBrown + + Add support for fsid=nn export option so that device + numbers don't go in filehandles. + * support/export/nfsctl.c(expsetup): if exporting and NFSEXP_FSID + is set, pass the fsid in-place of the device number + * support/nfs/exports.c: parse and print fsid= option. + Also check if efname has been set, and use "command line" + instead in error messages. + Also, use strtol instead of atoi for anon[ug]id= so that + bad numbers cause errors. + 2002-01-17 Adrian Drzewiecki NeilBrown