diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 19 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | nfs-utils.spec | 4 |
5 files changed, 18 insertions, 17 deletions
@@ -1,3 +1,11 @@ +2001-09-24 H.J. Lu <hjl@lucon.org> + + * configure.in (VERSION): Set to "0.3.3". + * configure: Regenerated. + * nfs-utils.spec: Likewise. + + * README: Updated for 0.3.3. + 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au> Arrange that "exportfs -au" never does DNS lookup: @@ -1,4 +1,4 @@ -This is the Linux NFS utility package version 0.3.2. +This is the Linux NFS utility package version 0.3.3. The nfs-utils package is available via the Linux NFS web page is at @@ -13,26 +13,19 @@ To compile, just do will install the nfs-utils binaries. You have to install the NFS service scripts. There are 2 in etc/redhat provided for RedHat 6.x -and 7.0. They are tested on RedHat 6.2 and 7.0. +and 7.x. They are tested on RedHat 6.2 and 7.1. -On RedHat 6.2 and 7.0, you can use +On RedHat 6.2 and 7.1, you can use -# rpm -ta nfs-utils-0.3.2.tar.gz +# rpm -ta nfs-utils-0.3.3.tar.gz to build the source and binary RPMs. -util-linux 2.10m or above is required. But the following patches may -also be needed: - -ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10f-mount-tcp.patch -ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-compat.patch -ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-nfsv3.patch -ftp://nfs.sourceforge.net/pub/nfs/util-linux-2.10m-mount-rpc.patch - +mount in util-linux 2.11f or above is required. Thanks. H.J. hjl@lucon.org -03/10/2001 +09/24/2001 @@ -537,7 +537,7 @@ fi # The nfs-utils version -VERSION="0.3.2" +VERSION="0.3.3" # Check whether --with-release or --without-release was given. diff --git a/configure.in b/configure.in index fe6a724..af05244 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.2" +VERSION="0.3.3" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/nfs-utils.spec b/nfs-utils.spec index 875abf1..5fb2da7 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -6,8 +6,8 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils -Version: 0.3.2 -Release: 8 +Version: 0.3.3 +Release: 1 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons Obsoletes: nfs-server |