]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2001-12-26 Chip Salzenberg <chip@pobox.com> nfs-utils-1-0
authorchip <chip>
Thu, 27 Dec 2001 04:25:18 +0000 (04:25 +0000)
committerchip <chip>
Thu, 27 Dec 2001 04:25:18 +0000 (04:25 +0000)
* nfs-utils.spec (Version): Set to "1.0".
* configure.in (VERSION): Likewise.
* configure: Regenerated.
* README: Rewritten.
* debian/changelog: Version 1.0-1.

ChangeLog
README
configure
configure.in
debian/changelog
nfs-utils.spec

index fc60290334e557c1cfb8351fff3c131ded6acd85..2fd94b1212da5025c63d5ee6a98a9d4e28dab368 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2001-12-26  Chip Salzenberg  <chip@pobox.com>
 
 2001-12-26  Chip Salzenberg  <chip@pobox.com>
 
+       * nfs-utils.spec (Version): Set to "1.0".
+       * configure.in (VERSION): Likewise.
+       * configure: Regenerated.
+       * README: Rewritten.
+       * debian/changelog: Version 1.0-1.
+
        * utils/exportfs/exports.man: Emphasize the need for options to
        immediately follow client names.  Explain that wildcards don't
        usually work on addresses, but may work when reverse DNS fails.
        * utils/exportfs/exports.man: Emphasize the need for options to
        immediately follow client names.  Explain that wildcards don't
        usually work on addresses, but may work when reverse DNS fails.
diff --git a/README b/README
index a82914aa7eb090519371b35ac817a369fafaa00c..e95ae93eb7d2645e091ae8a911f99263c3875c7b 100644 (file)
--- a/README
+++ b/README
@@ -1,31 +1,55 @@
-This is the Linux NFS utility package version 0.3.3.
+This is version 1.0 of nfs-utils, the Linux NFS utility package.
 
 
-The nfs-utils package is available via the Linux NFS web page is at
 
 
-http://sourceforge.net/projects/nfs/
+0. PROJECT RESOURCES
 
 
-To compile, just do
+Home page:  http://sourceforge.net/projects/nfs/
 
 
-# ./configure
-# make
 
 
-# make install
+1. COMPILING WITHOUT PACKAGE MANAGEMENT
 
 
-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.x. They are tested on RedHat 6.2 and 7.1.
+To compile without using a package management system, unpack the
+sources and run these commands:
+
+    # ./configure
+    # make
+
+To install binaries and documenation, run this command:
+
+    # make install
+
+You will have to install the two NFS service scripts yourself.
+Service scripts for RedHat 6.x and 7.x are in etc/redhat.  They
+have been tested on RedHat 6.2 and 7.1.
+
+
+2. COMPILING WITH RPM
 
 On RedHat 6.2 and 7.1, you can use
 
 
 On RedHat 6.2 and 7.1, you can use
 
-# rpm -ta nfs-utils-0.3.3.tar.gz
+    # rpm -ta nfs-utils-1.0.tar.gz
 
 to build the source and binary RPMs.
 
 
 to build the source and binary RPMs.
 
-mount in util-linux 2.11f or above is required.
 
 
-Thanks.
+3. COMPILING FOR DEBIAN
+
+The nfs-utils tree has an up-to-date debian directory, so the usual
+debian build scripts should work.  The simplest way to build binary
+debs, however, is simply to become root (or use fakeroot) and run:
+
+    # debian/rules binary
+
+
+4. REQUIRED VERSIONS OF OTHER TOOLS
+
+Proper NFS operation requires a 'mount' program from util-linux 2.11f
+or later.
+
+
+Share And Enjoy!
 
 
+    -- the nfs-utils developers
+       <nfs@lists.sourceforge.net>
+       26 Dec 2001
 
 
-H.J.
-hjl@lucon.org
-09/24/2001
index 4c9a61285c2b6d5b1148a330c7fb7a2e4ce497fb..ef05a817d9a374f705916e07ffc974b0ab8b6598 100755 (executable)
--- a/configure
+++ b/configure
@@ -537,7 +537,7 @@ fi
 
 
 # The nfs-utils version
 
 
 # The nfs-utils version
-VERSION="0.3.3"
+VERSION="1.0"
 
 
 # Check whether --with-release or --without-release was given.
 
 
 # Check whether --with-release or --without-release was given.
index af0524493adc778689343bcb5c25f4e96a8625f0..b5d6e2d3d89f68a9b6c27db757c39fd6970b4960 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(rules.mk)
 AC_PREFIX_DEFAULT(/usr)
 
 # The nfs-utils version
 AC_PREFIX_DEFAULT(/usr)
 
 # The nfs-utils version
-VERSION="0.3.3"
+VERSION="1.0"
 AC_SUBST(VERSION)
 
 dnl *************************************************************
 AC_SUBST(VERSION)
 
 dnl *************************************************************
index 1ee59bcc1da5ae593ed62218c65b962533d169fb..4dcfd6177e91ca91672cbf5a6e3fa7a33e90f426 100644 (file)
@@ -1,3 +1,11 @@
+nfs-utils (1:1.0-1) unstable; urgency=medium
+
+  * New upstream version.  (Version number is only change.)
+  * Urgency "medium" so woody users see the pretty new version number.
+    (Yeah, it's shallow... but, doggone it, this is mature code.)
+
+ -- Chip Salzenberg <chip@debian.org>  Wed, 26 Dec 2001 20:21:15 -0800
+
 nfs-utils (1:0.3.3-6) unstable; urgency=high
 
   * Upstream fixes:
 nfs-utils (1:0.3.3-6) unstable; urgency=high
 
   * Upstream fixes:
index 5fb2da71db9dc7a1d8175dad3e0e684af38f92ab..e93ab3b1e31ae075e93b242deb3060879a7e7338 100644 (file)
@@ -6,7 +6,7 @@
 
 Summary: NFS utlilities and supporting daemons for the kernel NFS server.
 Name: nfs-utils
 
 Summary: NFS utlilities and supporting daemons for the kernel NFS server.
 Name: nfs-utils
-Version: 0.3.3
+Version: 1.0
 Release: 1
 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
 Group: System Environment/Daemons
 Release: 1
 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz
 Group: System Environment/Daemons