X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=f7ec2da1e5aff83b5e07ad070bab3d4490dafe5e;hp=53514b239bf33efc8d5a8dcd142b03514d2ae2ef;hb=83e21e0398d4aa4028fb14586a7726da9088b65f;hpb=06c962bc87aba28a3169be6a18ce8d52060b661f diff --git a/ChangeLog b/ChangeLog index 53514b2..f7ec2da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,52 @@ +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 + + * 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 + + * debian/changelog: Version 1.0.6-1. + 2003-09-12 NeilBrown + * utils/mountd/mountd.c(main): Impose FD_SETSIZE as an upper limit for RLIMIT_NOFILE * utils/statd/statd.c(main): Ditto. - michael discovered that svc_setreqsize in - glibc can segfault if RLIMIT_NOFILE is bigger than FD_SETSIZE, - so a simple solution is to impose a hard limit. + michael discovered that svc_setreqsize + in glibc can segfault if RLIMIT_NOFILE is bigger than + FD_SETSIZE, so a simple solution is to impose a hard limit. 2003-09-09 Chip Salzenberg