X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=f7ec2da1e5aff83b5e07ad070bab3d4490dafe5e;hp=365a4a4508826c5722373600f9ac0b115808fd06;hb=83e21e0398d4aa4028fb14586a7726da9088b65f;hpb=b01c85ea978f15d313961724d9a64c8ae18b3766 diff --git a/ChangeLog b/ChangeLog index 365a4a4..f7ec2da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,37 @@ +2004-06-08 NeilBrown + + * 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 + + * debian/changelog: Version 1.0.6-2. + +2004-02-24 NeilBrown + from "J. Bruce Fields" + + * utils/mountd/cache.c: call auth_reload to make sure auth data is + current before responding to kernel upcall. + +2004-02-24 NeilBrown + Based on patch from Greg Banks + + * utils/exportfs/exports.man: Document fsid= option. + 2003-09-15 NeilBrown Release 1.0.6 - * configure.in, nfs-utils.spec: Update version to 1.0.4 + * rules.mk: Add dep: rule when no OBJS, so "make dep" works in + support/include, and depend in "predep" + * support/export/Makefile, tools/rpcgen/Makefile, + 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.6 * run autoconf 2003-09-12 Chip Salzenberg