X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=1aeb0254bd42a81a907238aca6389911658cb945;hp=53514b239bf33efc8d5a8dcd142b03514d2ae2ef;hb=1e5321a2a69fae547ce669402d7c9051211e5c39;hpb=06c962bc87aba28a3169be6a18ce8d52060b661f diff --git a/ChangeLog b/ChangeLog index 53514b2..1aeb025 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,29 @@ +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.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. + 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