Message ID | 20120120212215.13737.75667.stgit@degas.1015granger.net |
---|---|
State | Superseded |
Headers | show |
diff --git a/README b/README index 0fed1ae..0bc7e90 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ SCM: git://oss.oracle.com/git/fedfs-utils.git Bugzilla: https://oss.oracle.com/bugzilla -Release notes for fedfs-utils-0.8-devel +Release notes for fedfs-utils-0.8.0-rc1 Release Quality Statement diff --git a/configure.ac b/configure.ac index 13f28a0..573d7d2 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ # AC_PREREQ([2.65]) -AC_INIT([fedfs-utils], [0.8-devel], [fedfs-utils-devel@oss.oracle.com]) +AC_INIT([fedfs-utils], [0.8.0-rc1], [fedfs-utils-devel@oss.oracle.com]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])
o Non-backward compatible: New XML-based junction implementation o Non-backward compatible: represent pathnames as arrays in more places o "nfsref" command for managing local junctions o Support for NFS basic junctions o nfsref and rpc.fedfsd flush kernel's export cache o New nsdb_create_fsls_s() API o Replace dash switches with positional parameters o Replace "resolve-junction" command with plug-in library o Sample init scripts now included under contrib/ o Internal static libraries converted to dynamic libraries o Refinements to the build environment, including silent building o Many refinements to man pages o Many bugs addressed; consult Changelog for details Signed-off-by: Chuck Lever <chuck.lever@oracle.com> --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)