summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2001-02-15 00:43:58 +0000
committerhjl <hjl>2001-02-15 00:43:58 +0000
commit8a9b9a9ad0c01540144ceb33742276eea0c40aff (patch)
treeb0dcb82b27d3de73f319e3345ee7fd055cd709d1
parent90685386b135529ed2738e0d1daab4dd2104b251 (diff)
downloadnfs-utils-8a9b9a9ad0c01540144ceb33742276eea0c40aff.tar.gz
nfs-utils-8a9b9a9ad0c01540144ceb33742276eea0c40aff.tar.xz
nfs-utils-8a9b9a9ad0c01540144ceb33742276eea0c40aff.zip
2001-02-14 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.3.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.1.
-rw-r--r--ChangeLog8
-rw-r--r--README6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--nfs-utils.spec2
5 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ce39b26..d009a35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2001-02-14 H.J. Lu <hjl@lucon.org>
+ * configure.in (VERSION): Set to "0.3.1".
+ * configure: Regenerated.
+ * nfs-utils.spec: Likewise.
+
+ * README: Updated for 0.3.1.
+
+2001-02-14 H.J. Lu <hjl@lucon.org>
+
* support/nfs/rpcmisc.c: Include <time.h>.
2001-02-14 Chip Salzenberg <chip@valinux.com>
diff --git a/README b/README
index 2680101..09aa14d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the Linux NFS utility package version 0.3.
+This is the Linux NFS utility package version 0.3.1.
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.tar.gz
+# rpm -ta nfs-utils-0.3.1.tar.gz
to build the source and binary RPMs.
@@ -35,4 +35,4 @@ Thanks.
H.J.
hjl@lucon.org
-01/25/2001
+02/14/2001
diff --git a/configure b/configure
index 1f6df7e..b41aa86 100755
--- a/configure
+++ b/configure
@@ -533,7 +533,7 @@ fi
# The nfs-utils version
-VERSION="0.3"
+VERSION="0.3.1"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index f0e0851..db80dc9 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"
+VERSION="0.3.1"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 3173383..22294ca 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
+Version: 0.3.1
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons