summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-07-05 00:07:48 +0000
committerhjl <hjl>2000-07-05 00:07:48 +0000
commitf45e7bc2b0c449bc1fb28576806db1d7aa6517b6 (patch)
treed19b7880b8604459cb9705895e66330b459ecd73
parent282284fac3c3fe20187f892e3ce15ac319c8acb7 (diff)
downloadnfs-utils-f45e7bc2b0c449bc1fb28576806db1d7aa6517b6.tar.gz
nfs-utils-f45e7bc2b0c449bc1fb28576806db1d7aa6517b6.tar.xz
nfs-utils-f45e7bc2b0c449bc1fb28576806db1d7aa6517b6.zip
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.
-rw-r--r--ChangeLog8
-rw-r--r--README10
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--nfs-utils.spec2
5 files changed, 16 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c54ed0..b225aef 100644
--- 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 ae74715..af42d00 100644
--- 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
diff --git a/configure b/configure
index 52f58f8..4a17bdb 100755
--- 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.
diff --git a/configure.in b/configure.in
index a6098c8..b6298d9 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.9"
+VERSION="0.1.9.1"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 2801d4b..5815978 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.9
+Version: 0.1.9.1
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons