diff options
author | hjl <hjl> | 2001-03-11 03:16:09 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-03-11 03:16:09 +0000 |
commit | daf296db4981c9122758d6ec307417d03325d1bf (patch) | |
tree | 4d1c3486fb168ddeb3feeaba39e909253382daa5 | |
parent | 2e38550aa34acf825ae819ff831dcb478024e7b3 (diff) | |
download | nfs-utils-daf296db4981c9122758d6ec307417d03325d1bf.tar.gz nfs-utils-daf296db4981c9122758d6ec307417d03325d1bf.tar.xz nfs-utils-daf296db4981c9122758d6ec307417d03325d1bf.zip |
2001-03-10 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.3.2".
* configure: Regenerated.
* nfs-utils.spec: Likewise.
* README: Updated for 0.3.2.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | README | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | nfs-utils.spec | 2 |
5 files changed, 15 insertions, 7 deletions
@@ -1,3 +1,11 @@ +2001-03-10 H.J. Lu <hjl@lucon.org> + + * configure.in (VERSION): Set to "0.3.2". + * configure: Regenerated. + * nfs-utils.spec: Likewise. + + * README: Updated for 0.3.2. + 2001-03-10 Tavis Barr <tavis@boole.isetr.columbia.edu> * utils/rquotad/rquotad.man: Updated for -p. @@ -50,7 +58,7 @@ * configure.in (VERSION): Set to "0.3.1". * configure: Regenerated. -o * nfs-utils.spec: Likewise. + * nfs-utils.spec: Likewise. * README: Updated for 0.3.1. @@ -1,4 +1,4 @@ -This is the Linux NFS utility package version 0.3.1. +This is the Linux NFS utility package version 0.3.2. The nfs-utils package is available via the Linux NFS web page is at @@ -17,7 +17,7 @@ and 7.0. They are tested on RedHat 6.2 and 7.0. On RedHat 6.2 and 7.0, you can use -# rpm -ta nfs-utils-0.3.1.tar.gz +# rpm -ta nfs-utils-0.3.2.tar.gz to build the source and binary RPMs. @@ -35,4 +35,4 @@ Thanks. H.J. hjl@lucon.org -02/14/2001 +03/10/2001 @@ -533,7 +533,7 @@ fi # The nfs-utils version -VERSION="0.3.1" +VERSION="0.3.2" # Check whether --with-statedir or --without-statedir was given. diff --git a/configure.in b/configure.in index db80dc9..436021f 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.3.1" +VERSION="0.3.2" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/nfs-utils.spec b/nfs-utils.spec index 22294ca..d3f2f00 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -3,7 +3,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils -Version: 0.3.1 +Version: 0.3.2 Release: 1 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons |