]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
Fix cache flushing problem.
[nfs-utils.git] / ChangeLog
index 1aeb0254bd42a81a907238aca6389911658cb945..f7ec2da1e5aff83b5e07ad070bab3d4490dafe5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2004-06-08 NeilBrown <neilb@cse.unsw.edu.au>
+
+       * utils/exportfs/exportfs.c: Don't rmtab_read if new_cache, it
+         isn't necessary.
+       * support/nfs/cacheio.c(cache_flush): Change order in which caches
+         are flushed so that dependancies don't keep things in the cache
+         too long.
+       
+2004-03-18  Chip Salzenberg  <chip@pobox.com>
+
+       * debian/changelog: Version 1.0.6-2.
+
+2004-02-24 NeilBrown <neilb@cse.unsw.edu.au>
+       from "J. Bruce Fields" <bfields@fieldses.org>
+
+       * utils/mountd/cache.c: call auth_reload to make sure auth data is
+       current before responding to kernel upcall.
+       
+2004-02-24 NeilBrown <neilb@cse.unsw.edu.au>
+       Based on patch from  Greg Banks <gnb@melbourne.sgi.com>
+
+       * utils/exportfs/exports.man: Document fsid= option.
+       
 2003-09-15 NeilBrown <neilb@cse.unsw.edu.au>
 
        Release 1.0.6
@@ -8,7 +31,7 @@
        utils/statd/Makefile: add "predep" rule so that "make dep" works.
        * Makefile: allow a simple "make" to run ./configure and "make dep"
        if needed.
-       * configure.in, nfs-utils.spec: Update version to 1.0.4
+       * configure.in, nfs-utils.spec: Update version to 1.0.6
        * run autoconf
        
 2003-09-12  Chip Salzenberg  <chip@pobox.com>