From: hjl Date: Thu, 15 Feb 2001 00:43:58 +0000 (+0000) Subject: 2001-02-14 H.J. Lu X-Git-Tag: nfs-utils-0-3-1~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=8a9b9a9ad0c01540144ceb33742276eea0c40aff 2001-02-14 H.J. Lu * configure.in (VERSION): Set to "0.3.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.1. --- diff --git a/ChangeLog b/ChangeLog index ce39b26..d009a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-02-14 H.J. Lu + + * configure.in (VERSION): Set to "0.3.1". + * configure: Regenerated. + * nfs-utils.spec: Likewise. + + * README: Updated for 0.3.1. + 2001-02-14 H.J. Lu * support/nfs/rpcmisc.c: Include . diff --git a/README b/README index 2680101..09aa14d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the Linux NFS utility package version 0.3. +This is the Linux NFS utility package version 0.3.1. The nfs-utils package is available via the Linux NFS web page is at @@ -17,7 +17,7 @@ and 7.0. They are tested on RedHat 6.2 and 7.0. On RedHat 6.2 and 7.0, you can use -# rpm -ta nfs-utils-0.3.tar.gz +# rpm -ta nfs-utils-0.3.1.tar.gz to build the source and binary RPMs. @@ -35,4 +35,4 @@ Thanks. H.J. hjl@lucon.org -01/25/2001 +02/14/2001 diff --git a/configure b/configure index 1f6df7e..b41aa86 100755 --- a/configure +++ b/configure @@ -533,7 +533,7 @@ fi # The nfs-utils version -VERSION="0.3" +VERSION="0.3.1" # Check whether --with-statedir or --without-statedir was given. diff --git a/configure.in b/configure.in index f0e0851..db80dc9 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" +VERSION="0.3.1" AC_SUBST(VERSION) dnl ************************************************************* diff --git a/nfs-utils.spec b/nfs-utils.spec index 3173383..22294ca 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -3,7 +3,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils -Version: 0.3 +Version: 0.3.1 Release: 1 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons