From: Neil Brown Date: Mon, 7 Aug 2006 06:40:50 +0000 (+1000) Subject: Set version to 1.0.10 X-Git-Tag: nfs-utils-1-0-10^0 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=c74c5af6fd1e130b565d4ffa67ef68cbc4e6790d 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. --- diff --git a/ChangeLog b/ChangeLog index 2e57dd5..8014fb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Author: NeilBrown +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 Date: Mon Aug 7 16:35:03 AEST 2006 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)