From: hjl Date: Sun, 7 Apr 2002 21:00:55 +0000 (+0000) Subject: 2002-04-07 H.J. Lu X-Git-Tag: nfs-utils-1-0-1-pre3~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=6b9c77f37f75437124fe341d3895d24e77943b4f 2002-04-07 H.J. Lu * configure.in (VERSION): Set to "1.0.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 1.0.1. --- diff --git a/ChangeLog b/ChangeLog index 0cab806..d4aab7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-04-07 H.J. Lu + + * configure.in (VERSION): Set to "1.0.1". + * configure: Regenerated. + * nfs-utils.spec: Likewise. + + * README: Updated for 1.0.1. + 2002-04-07 H.J. Lu * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning. diff --git a/README b/README index e95ae93..502c673 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is version 1.0 of nfs-utils, the Linux NFS utility package. +This is version 1.0.1 of nfs-utils, the Linux NFS utility package. 0. PROJECT RESOURCES @@ -27,7 +27,7 @@ have been tested on RedHat 6.2 and 7.1. On RedHat 6.2 and 7.1, you can use - # rpm -ta nfs-utils-1.0.tar.gz + # rpm -ta nfs-utils-1.0.1.tar.gz to build the source and binary RPMs. diff --git a/configure b/configure index ef05a81..e2379d3 100755 --- a/configure +++ b/configure @@ -537,7 +537,7 @@ fi # The nfs-utils version -VERSION="1.0" +VERSION="1.0.1" # Check whether --with-release or --without-release was given. diff --git a/configure.in b/configure.in index b5d6e2d..08119d0 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="1.0" +VERSION="1.0.1" AC_SUBST(VERSION) dnl *************************************************************