diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 757eb528..d8628bbf 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -2,11 +2,19 @@ SPRING DATA GEMFIRE CHANGELOG ============================= http://www.springsource.org/spring-gemfire -Changes in version 1.1.0.RELEASE (2011-12-14) +Changes in version 1.1.1.RELEASE (2012-03-20) --------------------------------------------- +General +* Upgraded to GemFire 6.6.2 +* Upgraded to Spring Framework 3.1.1 GA + Package org.springframework.data.gemfire * Fixed incorrect parsing of pdx-serializer (from value to reference) +* Fixed incorrect parsing of use-bean-factory-locator + +Package org.springframework.data.gemfire.client +* Fixed bug that caused client namespace to create only local regions Changes in version 1.1.0.RELEASE (2011-12-14)