]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Set version to 1.0.10 nfs-utils-1-0-10
authorNeil Brown <neilb@suse.de>
Mon, 7 Aug 2006 06:40:50 +0000 (16:40 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 7 Aug 2006 06:40:50 +0000 (16:40 +1000)
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.

ChangeLog
configure.in

index 2e57dd5e13d2affc4d1601c8629d82b7c2257668..8014fb4a9e5692f2f8925c478a2f4c34fce666af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
 
index 80ee58a4ffa4c56ccbc889a3e2394d23ccfd3ef5..ef9a4faa67533b599df8caafaa33857b3dea193e 100644 (file)
@@ -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)