Add initial support for GemFire 6.6
This commit is contained in:
Costin Leau
2011-07-08 16:47:33 +03:00
parent e261ecf6bd
commit b7c73a8a23
4 changed files with 109 additions and 16 deletions

View File

@@ -2,6 +2,19 @@ SPRING GEMFIRE INTEGRATION CHANGELOG
====================================
http://www.springsource.org/spring-gemfire
Changes in version 1.0.1 (2011-07-dd)
-------------------------------------
General
* Added support for GemFire 6.6
* Dropped support for GemFire 6.0, GemFire 6.5 or higher required
* Introduced support for CacheServer
Package org.springframework.data.gemfire
* Introduced cache option for disabling bean factory locator; useful for multi cache definitions, in the same VM
Changes in version 1.0.1 (2011-04-26)
-------------------------------------
General