X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=2c49a6186d55519f406d261f3a798012f1093be2;hp=ec81bb5dd6efd78a48902f20c5cc974c30cd9b0b;hb=7b8b7f8f47892f38432fda434ea8d84fa87a9360;hpb=fce515b864024bd4d25c55063f0d0835986a01f9 diff --git a/ChangeLog b/ChangeLog index ec81bb5..2c49a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,61 @@ +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. + +2003-09-09 Chip Salzenberg + + * debian/changelog: Version 1.0.5-3. + * support/export/hostname.c (get_reliable_hostbyaddr): Fix crash + on invalid reverse DNS. + * utils/showmount/showmount.c (main): Fix inet_ntoa() parameter. + * tools/rpcgen/rpc_cout.c (print_header): Remove unused vars. + * tools/rpcgen/rpc_parse.c (def_union): Likewise. + +2003-08-22 Chip Salzenberg + + * utils/statd/{log.h,log.c}: Rename log() to note() and L_* to + N_*, to avoid conflict with ISO C built-in log() function. + * utils/statd/*.c: Use note(). + +2003-08-20 Chip Salzenberg + + * debian/changelog: Version 1.0.5-2. + 2003-08-11 NeilBrown + * utils/mountd/cache.c(cache_get_filehandle): close the filehandle before returning. 2003-08-04 NeilBrown + * support/include/nfs/export.h, support/nfs/exports.c, utils/exportfs/exports.c, utils/mountd/mountd.c: change NFSEXP_CROSSMNT to NFSEXP_CROSSMOUNT to avoid confusion with older @@ -10,6 +63,7 @@ NFSEXP_{UIDMAP,KERBEROS,SUNSECURE} 2003-08-04 NeilBrown + * support/export/xtab.c, support/include/nfslib.h, support/nfs/cacheio.c, support/nfs/nfssvc.c, utils/exportfs/exportfs.c, utils/exportfs/exportfs.man, @@ -18,6 +72,7 @@ (nfs-utils-1.0.5-post2) 2003-08-04 NeilBrown + * support/nfs/nfsexport.c: open channel file O_WRONLY when only writing. * utils/mountd/cache.c: maintain mountlist when new_cache is