summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--nfs-utils.spec2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c499476..3a61b98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-05-01 H.J. Lu <hjl@lucon.org>
+ * configure.in (VERSION): Set to "0.1.7.2".
+ * configure: Regenerated.
+ * nfs-utils.spec: Updated.
+
+2000-05-01 H.J. Lu <hjl@lucon.org>
+
* utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
to check for the mounting point.
diff --git a/configure b/configure
index 2cd496c..8cf3e38 100755
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ fi
# The nfs-utils version
-VERSION="0.1.7.1"
+VERSION="0.1.7.2"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index b2724a5..36d945f 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.7.1"
+VERSION="0.1.7.2"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index e297549..79a279b 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.7.1
+Version: 0.1.7.2
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons