diff options
author | hjl <hjl> | 2000-07-03 18:00:49 +0000 |
---|---|---|
committer | hjl <hjl> | 2000-07-03 18:00:49 +0000 |
commit | 29d681c69d696e37d327a0b9323ec76663bd2937 (patch) | |
tree | f44e4546101a614a2223033e3aeed8ede66d0d58 | |
parent | 313c1662bb9dfd8094de0cc4666b03f1b9e89d22 (diff) | |
download | nfs-utils-29d681c69d696e37d327a0b9323ec76663bd2937.tar.gz nfs-utils-29d681c69d696e37d327a0b9323ec76663bd2937.tar.xz nfs-utils-29d681c69d696e37d327a0b9323ec76663bd2937.zip |
2000-07-03 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.9".
* configure: Regenerated.
* nfs-utils.spec: Updated.
* README: Updated.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 10 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | nfs-utils.spec | 2 |
5 files changed, 16 insertions, 8 deletions
@@ -1,5 +1,13 @@ 2000-07-03 H.J. Lu <hjl@lucon.org> + * configure.in (VERSION): Set to "0.1.9". + * configure: Regenerated. + * nfs-utils.spec: Updated. + + * README: Updated. + +2000-07-03 H.J. Lu <hjl@lucon.org> + * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during stop to ensure all clients can still access the server before it is shutdown. @@ -1,4 +1,4 @@ -This is the Linux NFS utility package version 0.1.8.2. +This is the Linux NFS utility package version 0.1.9. There is a Linux NFS mailing list at @@ -14,8 +14,8 @@ will get the latest version. The files are -ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.8.2.tar.gz -ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.8-0.1.8.2.diff.gz +ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.9.tar.gz +ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.8.2-0.1.9.diff.gz To compile, just do @@ -30,7 +30,7 @@ They are tested on RedHat 6.2. On RedHat 6.2, you can use -# rpm -ta nfs-utils-0.1.8.2.tar.gz +# rpm -ta nfs-utils-0.1.9.tar.gz to build the source and binary RPMs. @@ -45,4 +45,4 @@ Thanks. H.J. hjl@lucon.org -06/27/2000 +07/03/2000 @@ -544,7 +544,7 @@ fi # The nfs-utils version -VERSION="0.1.8.2" +VERSION="0.1.9" # Check whether --with-statedir or --without-statedir was given. diff --git a/configure.in b/configure.in index c01093b..a6098c8 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="0.1.8.2" +VERSION="0.1.9" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/nfs-utils.spec b/nfs-utils.spec index 103d849..2801d4b 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,6 +1,6 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils -Version: 0.1.8.2 +Version: 0.1.9 Release: 1 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons |