Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Update verison numbers(s) and make sure NEWS is uptodate.
  • Loading branch information
neilbrown committed May 11, 2007
1 parent fd90971 commit cfb9b2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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],[[email protected]],[nfs-utils])
AC_INIT([linux nfs-utils],[1.1.0],[[email protected]],[nfs-utils])
AC_CANONICAL_BUILD([])
AC_CANONICAL_HOST([])
AC_CONFIG_MACRO_DIR(aclocal)
Expand Down

0 comments on commit cfb9b2e

Please sign in to comment.