summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2002-04-07 21:00:55 +0000
committerhjl <hjl>2002-04-07 21:00:55 +0000
commit6b9c77f37f75437124fe341d3895d24e77943b4f (patch)
tree87ce5444c014659fc580a3234bf5a3b75923428a
parentbc68a2bdb1b10eb8aad1c139589e24d0e4677b78 (diff)
downloadnfs-utils-6b9c77f37f75437124fe341d3895d24e77943b4f.tar.gz
nfs-utils-6b9c77f37f75437124fe341d3895d24e77943b4f.tar.xz
nfs-utils-6b9c77f37f75437124fe341d3895d24e77943b4f.zip
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.
-rw-r--r--ChangeLog8
-rw-r--r--README4
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
4 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cab806..d4aab7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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-02-28 Steven Whitehouse <steve@gw.chygwyn.com>
diff --git a/README b/README
index e95ae93..502c673 100644
--- 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
@@ -27,7 +27,7 @@ have been tested on RedHat 6.2 and 7.1.
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.
diff --git a/configure b/configure
index ef05a81..e2379d3 100755
--- a/configure
+++ b/configure
@@ -537,7 +537,7 @@ fi
# The nfs-utils version
-VERSION="1.0"
+VERSION="1.0.1"
# Check whether --with-release or --without-release was given.
diff --git a/configure.in b/configure.in
index b5d6e2d..08119d0 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
AC_PREFIX_DEFAULT(/usr)
# The nfs-utils version
-VERSION="1.0"
+VERSION="1.0.1"
AC_SUBST(VERSION)
dnl *************************************************************