]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2002-04-07 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Sun, 7 Apr 2002 21:00:55 +0000 (21:00 +0000)
committerhjl <hjl>
Sun, 7 Apr 2002 21:00:55 +0000 (21:00 +0000)
* configure.in (VERSION): Set to "1.0.1".
* configure: Regenerated.
* nfs-utils.spec: Likewise.

* README: Updated for 1.0.1.

ChangeLog
README
configure
configure.in

index 0cab806a85c36523c984f04bbc08d87f9770e0a1..d4aab7a2cb4f5d2bad03992136a4b4f2ebab3653 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-07  H.J. Lu <hjl@lucon.org>
+
+       * configure.in (VERSION): Set to "1.0.1".
+       * configure: Regenerated.
+       * nfs-utils.spec: Likewise.
+
+       * README: Updated for 1.0.1.
+
 2002-04-07  H.J. Lu <hjl@lucon.org>
 
        * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
 2002-04-07  H.J. Lu <hjl@lucon.org>
 
        * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
diff --git a/README b/README
index e95ae93eb7d2645e091ae8a911f99263c3875c7b..502c6731669e0dd6773c6beb74617a4cb661aefe 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is version 1.0 of nfs-utils, the Linux NFS utility package.
+This is version 1.0.1 of nfs-utils, the Linux NFS utility package.
 
 
 0. PROJECT RESOURCES
 
 
 0. PROJECT RESOURCES
@@ -27,7 +27,7 @@ have been tested on RedHat 6.2 and 7.1.
 
 On RedHat 6.2 and 7.1, you can use
 
 
 On RedHat 6.2 and 7.1, you can use
 
-    # rpm -ta nfs-utils-1.0.tar.gz
+    # rpm -ta nfs-utils-1.0.1.tar.gz
 
 to build the source and binary RPMs.
 
 
 to build the source and binary RPMs.
 
index ef05a817d9a374f705916e07ffc974b0ab8b6598..e2379d39422c979adc64bb62142734a62a11b8f7 100755 (executable)
--- a/configure
+++ b/configure
@@ -537,7 +537,7 @@ fi
 
 
 # The nfs-utils version
 
 
 # The nfs-utils version
-VERSION="1.0"
+VERSION="1.0.1"
 
 
 # Check whether --with-release or --without-release was given.
 
 
 # Check whether --with-release or --without-release was given.
index b5d6e2d3d89f68a9b6c27db757c39fd6970b4960..08119d0ab9149eafdefaa0757932c2c8bc84d234 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
 AC_PREFIX_DEFAULT(/usr)
 
 # The nfs-utils version
 AC_PREFIX_DEFAULT(/usr)
 
 # The nfs-utils version
-VERSION="1.0"
+VERSION="1.0.1"
 AC_SUBST(VERSION)
 
 dnl *************************************************************
 AC_SUBST(VERSION)
 
 dnl *************************************************************