From bcfaafc5e87d9337f05a5549e514e34b72707e40 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 19 Jul 2011 21:34:59 +0300 Subject: [PATCH] + update changelog --- docs/src/info/changelog.txt | 13 ++++++++++--- gradle.properties | 3 ++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 1aa8fc77..d50fd5ed 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,16 +3,23 @@ SPRING GEMFIRE INTEGRATION CHANGELOG http://www.springsource.org/spring-gemfire -Changes in version 1.0.1 (2011-07-dd) -------------------------------------- +Changes in version 1.1.0.M1 (2011-07-20) +---------------------------------------- General +* Changed build system to Gradle * Added support for GemFire 6.6 -* Dropped support for GemFire 6.0, GemFire 6.5 or higher required +* Dropped support for GemFire 6.0 (GemFire 6.5 or higher required) * Introduced support for CacheServer +* Introduced Redis implementation for Spring 3.1 cache abstraction +* Upgraded to Spring Framework 3.1 M2 + Package org.springframework.data.gemfire * Introduced cache option for disabling bean factory locator; useful for multi cache definitions, in the same VM +* Added more region methods to GemfireTemplate +* Introduced support for queries with variable parameters in GemfireTemplate +* Improved handling of optimistic exception in a transaction scenario Changes in version 1.0.1 (2011-04-26) diff --git a/gradle.properties b/gradle.properties index ff3916f2..f051e707 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,5 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.1.0.BUILD-SNAPSHOT \ No newline at end of file +springGemfireVersion=1.1.0.BUILD-SNAPSHOT +systemProp.xsl:vendor=Apache Software Foundation \ No newline at end of file