X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=5ed37f6db7eab4e0ef403c99f0c0ec4d2b7a47a7;hp=2fd94b1212da5025c63d5ee6a98a9d4e28dab368;hb=dc3b4b42e1ce1b79673e7490b00a61dae6dd0ea0;hpb=3872901d947014e7a21620f1eea1829d0790054c diff --git a/ChangeLog b/ChangeLog index 2fd94b1..5ed37f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2002-02-280 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 + + * support/nfs/exports.c: remove NFSEXP_ASYNC as a default + flag so that "sync" becomes the default. + Check that either "sync" or "async" is given as an option + and warn if neither are present + * utils/exportfs/exports.man: change documentation for "sync" + to be documentation for "async". + * utils/exportfs/exportfs.man: note that "sync" is the default + rather than "async" + + +2002-01-02 Chip Salzenberg + + * support/export/nfsctl.c (expsetup): Don't export entries that + specify id mappings not supported by the kernel. No extant kernel + supports any significant mapping, only 'identity' (i.e. none). + When other mappings are supported, this code will need changing. + * debian/changelog: Version 1.0-2. + 2001-12-26 Chip Salzenberg * nfs-utils.spec (Version): Set to "1.0".