Skip to content

Commit

Permalink
V2.3.0
Browse files Browse the repository at this point in the history
Change-Id: I0cd5677078e93cbc5d95c77a00ce3824b649fcc1
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
  • Loading branch information
ffilz committed Oct 27, 2015
1 parent 44440fe commit cf1e588
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -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})
Expand Down
21 changes: 21 additions & 0 deletions src/ChangeLog
Expand Up @@ -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

0 comments on commit cf1e588

Please sign in to comment.