X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=365a4a4508826c5722373600f9ac0b115808fd06;hp=26fc697c1016605f49943a4a89776115c820145e;hb=b01c85ea978f15d313961724d9a64c8ae18b3766;hpb=430052cab3c8044ef6d1be7b5a5ded13c45d0c40 diff --git a/ChangeLog b/ChangeLog index 26fc697..365a4a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2003-09-15 NeilBrown + + Release 1.0.6 + + * configure.in, nfs-utils.spec: Update version to 1.0.4 + * 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