diff mbox

[3/3] Release 0.10 (release candidate 1)

Message ID 20140118172655.7097.76257.stgit@seurat.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever Jan. 18, 2014, 5:26 p.m. UTC
Non-backwards compatible changes:

  o  *ldaperr removed from libnsdb API
  o  ADMIN client tools no longer use AUTH_NONE security
  o  ADMIN client tools no longer exit with FedFS status code

New features:

  o  Python package PyFedfs added
  o  Tool for configuring FedFS domain root directories
  o  Tool for setting up NSDBs using OpenLDAP
  o  Simpler NCE discovery (compliant with new FedFS NCE I-D)
  o  admin_t API for performing remote ADMIN requests
  o  rpc.fedfsd uses an ACL to control who can perform ADMIN requests
  o  rpc.fedfsd and ADMIN tools support RPCSEC and Kerberos v5

Minor fixes:

  o  FEDFS_LOOKUP_JUNCTION no longer returns NSDB_LDAP_VAL
  o  fedfs-map-nfs4 handles multiple SRV records
  o  Packaging simplifications
  o  Dozens of code clean-ups and bug fixes; consult Changelog for details

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 INSTALL      |    2 +-
 README       |    2 +-
 configure.ac |    4 ++--
 doxy.cfg     |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
diff mbox

Patch

diff --git a/INSTALL b/INSTALL
index e916bdb..ef819ac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@  Author: Chuck Lever <chuck.lever@oracle.com>
 Details on installing fedfs-utils and configuring a FedFS domain
 can be found here:
 
-  http://wiki.linux-nfs.org/wiki/index.php/FedFsInstallationGuide0.9
+  http://wiki.linux-nfs.org/wiki/index.php/FedFsInstallationGuide0.10
 
 
 Package source code can be obtained from the release tarballs
diff --git a/README b/README
index 31d2355..90a4a23 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@  SCM:		git://git.linux-nfs.org/projects/cel/fedfs-utils.git
 Bugzilla:	https://oss.oracle.com/bugzilla
 
 
-Release notes for fedfs-utils 0.10-devel
+Release notes for fedfs-utils 0.10-rc1
 
 
 Release Quality Statement
diff --git a/configure.ac b/configure.ac
index 6c680f3..e5c4177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ 
 #
 
 AC_PREREQ([2.65])
-AC_INIT([fedfs-utils], [0.10-devel], [fedfs-utils-devel@oss.oracle.com])
+AC_INIT([fedfs-utils], [0.10-rc1], [fedfs-utils-devel@oss.oracle.com])
 AC_CANONICAL_BUILD([])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -58,7 +58,7 @@  AC_ARG_WITH([statedir],
 		[Define to the default pathname of the directory where fedfsd maintains persistent state.])
 
 # Publication date stamp for man pages
-pubdate=`date +"%e %B %Y"`
+pubdate="3 February 2014"
 AC_SUBST(pubdate)
 
 # Checks for programs.
diff --git a/doxy.cfg b/doxy.cfg
index 1a91a2a..446d43f 100644
--- a/doxy.cfg
+++ b/doxy.cfg
@@ -51,7 +51,7 @@  PROJECT_NAME           = "Linux Federated File System Utilities"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.9
+PROJECT_NUMBER         = 0.10
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer