From cf1e588944cedf54b1ec129e4b6776509a584d00 Mon Sep 17 00:00:00 2001 From: "Frank S. Filz" Date: Tue, 27 Oct 2015 10:36:14 -0700 Subject: [PATCH] V2.3.0 Change-Id: I0cd5677078e93cbc5d95c77a00ce3824b649fcc1 Signed-off-by: Frank S. Filz --- src/CMakeLists.txt | 4 ++-- src/ChangeLog | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 95b0d310d6..2bf8e70cc6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,12 +33,12 @@ ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT OR CMAKE_INSTALL_PREFIX STREQU # Patch level is always ".0" for mainline (master). It is blank for development. # When starting a stable maintenance branch, this becomes ".N" # where N is monotonically increasing starting at 1. Remember to include the "." !! -set(GANESHA_PATCH_LEVEL ) +set(GANESHA_PATCH_LEVEL .0) # Extra version is for naming development/RC. It is blank in master/stable branches # so it can be available to end-users to name local variants/versions # If used, it is always of the form "-whateveryouwant" -set(GANESHA_EXTRA_VERSION -rc8) +set(GANESHA_EXTRA_VERSION) set(GANESHA_VERSION ${GANESHA_MAJOR_VERSION}.${GANESHA_MINOR_VERSION}${GANESHA_PATCH_LEVEL}${GANESHA_EXTRA_VERSION}) set(GANESHA_BASE_VERSION ${GANESHA_MAJOR_VERSION}.${GANESHA_MINOR_VERSION}${GANESHA_PATCH_LEVEL}) diff --git a/src/ChangeLog b/src/ChangeLog index 6dae5dd10f..84ecab2a62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -582,3 +582,24 @@ - Code cleanup (checkpatch and Coverity) - ntirpc improvements - FSAL_GLUSTER updated with pNFS and ACL support and more + +2.3.0 - Tue 27 Oct 2015 + - Numerous bug fixes - this release is fundamentally a stability + improvement + - Update Checkpatch + - FSAL_GLUSTER ACL support using POSIX ACLs underneath + - FSAL_GLUSTER Upcall Interface + - FSAL_GLUSTER Performance Improvements (including pNFS performance) + - Send SECINFO_NO_NAME in preferred order. + - Build and Packaging Improvements + - In Memory NFS v4 ACLs for FSAL_VFS for experimentation/testing + - libntirpc Performance Improvements + - Allow Multiple DSes + - Cache Inode Tuning + - Licensing Cleanup + - Config improvements in FSAL_GLUSTER and FSAL_GPFS (including ability + to disable ACL support in config) + - Build properly on 32 bit and Big Endian platforms + - FSAL_GPFS fix regression for short handles to work with VMWare clients + - FSAL_GPFS fix regression for short handles to work with some NFS v3 + clients that don't conform to RFC and only allow 56 byte handles