]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Release 1.1.0 nfs-utils-1-1-0
authorNeil Brown <neilb@suse.de>
Fri, 11 May 2007 03:40:57 +0000 (13:40 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 11 May 2007 03:40:57 +0000 (13:40 +1000)
Update verison numbers(s) and make sure NEWS is uptodate.

NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index e71acf1fc12721074f7a7acbb3f3cc6fcdff92bb..e70ae8abf264ccb2db465d3e2e62e7ab756e0642 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 Significant changes for nfs-utils 1.1.0 - March/April 2007
 
  - rpc.lockd is gone.  One 3 old kernel releases need it.
 Significant changes for nfs-utils 1.1.0 - March/April 2007
 
  - rpc.lockd is gone.  One 3 old kernel releases need it.
+ - rpc.rquotad is gone.  Use the one from the 'quota' package.
+   Everone else does.
  - /sbin/{u,}mount.nfs{,4} are now installed so 'mount' will
    use these to mount nfs filesystems instead of internal code.
   + mount.nfs will check for 'statd' to be running when mounting
  - /sbin/{u,}mount.nfs{,4} are now installed so 'mount' will
    use these to mount nfs filesystems instead of internal code.
   + mount.nfs will check for 'statd' to be running when mounting
@@ -33,12 +35,12 @@ Significant changes for nfs-utils 1.1.0 - March/April 2007
  - Comprehensive notes on startup dependencies have been added
    to the README file.
  - Mount and statd now listen on a non-privileged port by default.
  - Comprehensive notes on startup dependencies have been added
    to the README file.
  - Mount and statd now listen on a non-privileged port by default.
-   For maximum safety an upgrade to portmap is recommended.
+   For maximum safety an upgrade to portmap-6.0 is recommended.
+        http://neil.brown.name/portmap/
         git://neil.brown.name/portmap
 
  - This release should work with MIT Kerberos and Heimdal 0.8.1 and later.
 
         git://neil.brown.name/portmap
 
  - This release should work with MIT Kerberos and Heimdal 0.8.1 and later.
 
-
  - A new option, -n, was added to rpc.gssd which specifies that
    accesses by root should not use 'machine credentials' when
    accessing NFS file systems mounted with Kerberos.  Using this
  - A new option, -n, was added to rpc.gssd which specifies that
    accesses by root should not use 'machine credentials' when
    accessing NFS file systems mounted with Kerberos.  Using this
@@ -58,3 +60,4 @@ Significant changes for nfs-utils 1.1.0 - March/April 2007
      root/<any-name>@REALM
      nfs/<any-name>@REALM
      host/<any-name>@REALM
      root/<any-name>@REALM
      nfs/<any-name>@REALM
      host/<any-name>@REALM
+
diff --git a/README b/README
index aa4666f35012cd1f14560a2ef63f58f07ddcd2cf..e2196dab8627cffced6048e9804db00e95d52f5e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is version 1.0.1 of nfs-utils, the Linux NFS utility package.
+This is version 1.1.0 of nfs-utils, the Linux NFS utility package.
 
 
 0. PROJECT RESOURCES
 
 
 0. PROJECT RESOURCES
index 0e6471671c9805ddac66e21d238650c4d02e70b6..0c4f4f0e000d6232a958cd43801588bf0ab68d4c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
-AC_INIT([linux nfs-utils],[1.1.0-rc2],[nfs@lists.sf.net],[nfs-utils])
+AC_INIT([linux nfs-utils],[1.1.0],[nfs@lists.sf.net],[nfs-utils])
 AC_CANONICAL_BUILD([])
 AC_CANONICAL_HOST([])
 AC_CONFIG_MACRO_DIR(aclocal)
 AC_CANONICAL_BUILD([])
 AC_CANONICAL_HOST([])
 AC_CONFIG_MACRO_DIR(aclocal)