summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-06-06 15:47:34 +0000
committerhjl <hjl>2000-06-06 15:47:34 +0000
commit0134761af4bc7f51426a8ad93e5e164eed8bee52 (patch)
treea93d271b8e5a10f0d4349fea7cfc9bfdcdcf095f
parent553ba8456a0303021564d7ad5640e8cb7ce7c7a7 (diff)
downloadnfs-utils-0134761af4bc7f51426a8ad93e5e164eed8bee52.tar.gz
nfs-utils-0134761af4bc7f51426a8ad93e5e164eed8bee52.tar.xz
nfs-utils-0134761af4bc7f51426a8ad93e5e164eed8bee52.zip
2000-06-06 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.8.1". * configure: Regenerated. * nfs-utils.spec: Updated.
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--nfs-utils.spec2
4 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 86745d4..73fe5ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2000-06-05 H.J. Lu <hjl@lucon.org>
+2000-06-06 H.J. Lu <hjl@lucon.org>
+
+ * configure.in (VERSION): Set to "0.1.8.1".
+ * configure: Regenerated.
+ * nfs-utils.spec: Updated.
+
+2000-06-06 H.J. Lu <hjl@lucon.org>
* utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
to "struct sockaddr_in *" for glibc 2.2.
diff --git a/configure b/configure
index 84e2c95..1611d70 100755
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ fi
# The nfs-utils version
-VERSION="0.1.8"
+VERSION="0.1.8.1"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index 1840b9f..5369f51 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.8"
+VERSION="0.1.8.1"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 41507de..c262c1c 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.8
+Version: 0.1.8.1
Release: 1
Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons