From 7f9a0968bcb16b823f179eccb5e35b3b36b7063a Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Mon, 19 Mar 2012 20:48:51 +0200 Subject: [PATCH] update changelog --- docs/src/info/changelog.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)