X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=365a4a4508826c5722373600f9ac0b115808fd06;hp=91b7569680ce5342fc50c2c4b712956be5ef2abe;hb=b01c85ea978f15d313961724d9a64c8ae18b3766;hpb=c7ca6907f939548a925299efaf2a5e1b2d8d0ad2 diff --git a/ChangeLog b/ChangeLog index 91b7569..365a4a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +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 + 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