]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
See Changelog
[nfs-utils.git] / ChangeLog
index fc60290334e557c1cfb8351fff3c131ded6acd85..93d5ab8ca9824b9f10665b414cc2c78f06d62ce6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
+2002-01-17   Adrian Drzewiecki <drze@MissionCriticalLinux.com>
+            NeilBrown <neilb@cse.unsw.edu.au>
+
+       * 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  <chip@pobox.com>
+
+       * 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  <chip@pobox.com>
 
+       * nfs-utils.spec (Version): Set to "1.0".
+       * configure.in (VERSION): Likewise.
+       * configure: Regenerated.
+       * README: Rewritten.
+       * debian/changelog: Version 1.0-1.
+
        * utils/exportfs/exports.man: Emphasize the need for options to
        immediately follow client names.  Explain that wildcards don't
        usually work on addresses, but may work when reverse DNS fails.