diff options
author | hjl <hjl> | 2002-04-07 21:00:55 +0000 |
---|---|---|
committer | hjl <hjl> | 2002-04-07 21:00:55 +0000 |
commit | 6b9c77f37f75437124fe341d3895d24e77943b4f (patch) | |
tree | 87ce5444c014659fc580a3234bf5a3b75923428a | |
parent | bc68a2bdb1b10eb8aad1c139589e24d0e4677b78 (diff) | |
download | nfs-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-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 12 insertions, 4 deletions
@@ -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> @@ -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. @@ -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 ************************************************************* |