]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2000-07-04 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Wed, 5 Jul 2000 00:07:48 +0000 (00:07 +0000)
committerhjl <hjl>
Wed, 5 Jul 2000 00:07:48 +0000 (00:07 +0000)
* configure.in (VERSION): Set to "0.1.9.1".
* configure: Regenerated.
* nfs-utils.spec: Updated.

* README: Updated.

ChangeLog
README
configure
configure.in
nfs-utils.spec

index 2c54ed0087f4599a968a939bcc4feb4903cd3047..b225aef188ba58f1e8ec1e41c424d152b213f577 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-07-04  H.J. Lu <hjl@lucon.org>
+
+       * configure.in (VERSION): Set to "0.1.9.1".
+       * configure: Regenerated.
+       * nfs-utils.spec: Updated.
+
+       * README: Updated.
+
 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
 
        * support/export/hostname.c (hostent_dup): Handle the NULL
diff --git a/README b/README
index ae747156c40bdefe028ff9881f1e56766a927c67..af42d008fe05a809f3430e5ab6c0dfc04726f923 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the Linux NFS utility package version 0.1.9.
+This is the Linux NFS utility package version 0.1.9.1.
 
 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.9.tar.gz
-ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.8.2-0.1.9.diff.gz
+ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.9.1.tar.gz
+ftp://nfs.sourceforge.net/pub/nfs/nfs-utils-0.1.9-0.1.9.1.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.9.tar.gz
+# rpm -ta nfs-utils-0.1.9.1.tar.gz
 
 to build the source and binary RPMs.
 
@@ -48,4 +48,4 @@ Thanks.
 
 H.J.
 hjl@lucon.org
-07/03/2000
+07/04/2000
index 52f58f86da05fa62720454dc957e55343901a198..4a17bdb10cab71ef8804f217ee4b0bc098357d87 100755 (executable)
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ fi
 
 
 # The nfs-utils version
-VERSION="0.1.9"
+VERSION="0.1.9.1"
 
 
 # Check whether --with-statedir or --without-statedir was given.
index a6098c887f2bcadf71ac5d70c5b822070d8efb40..b6298d90dc11ab9ab042927314c9ce9e11dfa9fa 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
 AC_PREFIX_DEFAULT(/usr)
 
 # The nfs-utils version
-VERSION="0.1.9"
+VERSION="0.1.9.1"
 AC_SUBST(VERSION)
 
 dnl *************************************************************
index 2801d4bef83f04991851f80e42ad021c58d06338..58159786efcb99d9a7ccf9dad4476a3df9225100 100644 (file)
@@ -1,6 +1,6 @@
 Summary: NFS utlilities and supporting daemons for the kernel NFS server.
 Name: nfs-utils
-Version: 0.1.9
+Version: 0.1.9.1
 Release: 1
 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
 Group: System Environment/Daemons