summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a3d37f2..d75e0ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
+
+ * configure.in (VERSION): Set to "0.1.6".
+ * configure: Regenerated.
+ * nfs-utils.spec: Updated.
+
+ * README: Updated.
+
Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
* utils/mountd/auth.c (auth_authenticate_internal): Call
diff --git a/README b/README
index 83f9b5d..0bb3a48 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the Linux NFS utility package version 0.1.5. It is based on
+This is the Linux NFS utility package version 0.1.6. It is based on
knfsd 1.4.7.
WARNING: The NFS servers in Linux 2.2 to 2.2.13 are not compatible with
@@ -64,8 +64,8 @@ will get the latest version.
The files are
-ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/nfs-utils-0.1.5.tar.gz
-ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/nfs-utils-0.1.4-0.1.5.diff.gz
+ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/nfs-utils-0.1.6.tar.gz
+ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/nfs-utils-0.1.5-0.1.6.diff.gz
To compile, just do
@@ -80,7 +80,7 @@ They are tested on RedHat 6.1.
On RedHat 6.1, you can use
-# rpm -ta nfs-utils-0.1.5.tar.gz
+# rpm -ta nfs-utils-0.1.6.tar.gz
to build the source and binary RPMs.
@@ -94,4 +94,4 @@ Thanks.
H.J.
hjl@lucon.org
-12/19/99
+01/11/2000
diff --git a/configure b/configure
index 5713d78..b425e8d 100755
--- a/configure
+++ b/configure
@@ -565,7 +565,7 @@ fi
# The nfs-utils version
-VERSION="0.1.5"
+VERSION="0.1.6"
# Check whether --with-statedir or --without-statedir was given.
diff --git a/configure.in b/configure.in
index 5f67568..89ac391 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.5"
+VERSION="0.1.6"
AC_SUBST(VERSION)
dnl *************************************************************
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 330f017..28d9b76 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -1,6 +1,6 @@
Summary: The utilities for Linux NFS client and server.
Name: nfs-utils
-Version: 0.1.5
+Version: 0.1.6
Release: 1
Source0: ftp://ftp.valinux.com/pub/support/hjl/nfs/%{name}-%{version}.tar.gz
Group: System Environment/Daemons