summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-05-11 13:40:57 +1000
committerNeil Brown <neilb@suse.de>2007-05-11 13:40:57 +1000
commitcfb9b2e41177340926a0d5a45a149ccff7b324bc (patch)
tree71d7d18aba7ecdb51ee9a3fe9d712540aae7a1f0
parentfd9097110f74f39bce89ec3a341fd9b686a68719 (diff)
downloadnfs-utils-cfb9b2e41177340926a0d5a45a149ccff7b324bc.tar.gz
nfs-utils-cfb9b2e41177340926a0d5a45a149ccff7b324bc.tar.xz
nfs-utils-cfb9b2e41177340926a0d5a45a149ccff7b324bc.zip
Release 1.1.0
Update verison numbers(s) and make sure NEWS is uptodate.
-rw-r--r--NEWS7
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e71acf1..e70ae8a 100644
--- 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.
+ - 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
@@ -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.
- 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.
-
- 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
+
diff --git a/README b/README
index aa4666f..e2196da 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 0e64716..0c4f4f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
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)