summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-05-02 00:12:18 +0000
committerhjl <hjl>2000-05-02 00:12:18 +0000
commita465b5850cddd067a637f624c6e165c322ace5f5 (patch)
treeef35cb2404f7a9523bd33accce4810cae4e4fb1c
parentabb2b251d60c5df9a7906a940b09e800d96e5081 (diff)
downloadnfs-utils-a465b5850cddd067a637f624c6e165c322ace5f5.tar.gz
nfs-utils-a465b5850cddd067a637f624c6e165c322ace5f5.tar.xz
nfs-utils-a465b5850cddd067a637f624c6e165c322ace5f5.zip
2000-05-01 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.3". * configure: Regenerated. * nfs-utils.spec: Updated.
-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 01c2e96..1df8625 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.3".
+ * configure: Regenerated.
+ * nfs-utils.spec: Updated.
+
+2000-05-01 H.J. Lu <hjl@lucon.org>
+
* utils/rquotad/rquota_server.c (getquotainfo): Skip bad
mounting poins in /etc/fstab.
diff --git a/configure b/configure
index 8cf3e38..31c55ef 100755
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ fi
# The nfs-utils version
-VERSION="0.1.7.2"
+VERSION="0.1.7.3"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index 36d945f..fe8b9b3 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.2"
+VERSION="0.1.7.3"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 79a279b..a4b7a48 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.2
+Version: 0.1.7.3
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons