diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ Author: NeilBrown <neilb@cse.unsw.edu.au> Date: Mon Aug 7 16:35:03 AEST 2006 + Set version to 1.0.10 + Note: 1.0.10 should be used in preference to + 1.0.9 especially with kernels 2.6.18 and later + otherwise 'rpc.nfsd N' won't work to change the + number of threads after nfsd has been started. + +Author: NeilBrown <neilb@cse.unsw.edu.au> +Date: Mon Aug 7 16:35:03 AEST 2006 + support/nfs/nfssvc.c: if any ports are already open, don't try to open any more. This means that once nfsd is running diff --git a/configure.in b/configure.in index 80ee58a..ef9a4fa 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([linux nfs-utils],[1.0.9],[nfs@lists.sf.net],[nfs-utils]) +AC_INIT([linux nfs-utils],[1.0.10],[nfs@lists.sf.net],[nfs-utils]) AC_CANONICAL_BUILD([]) AC_CANONICAL_HOST([]) AC_CONFIG_SRCDIR(tools/getiversion/getiversion.c) |