From 68abb9525cccdaefbd476412350c6a2b4fe3d60e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 30 Jun 2015 12:31:46 +0200 Subject: [PATCH] SGF-413 - Updated changelog. --- docs/src/info/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 6d872938..72c8ecb7 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,6 +3,19 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.6.1.RELEASE (2015-06-30) +--------------------------------------------- +* SGF-413 - Release 1.6.1 (Fowler). +* SGF-407 - Modify the MappingPdxSerializer to allow for extensibility. +* SGF-406 - Fix JavaDoc build. +* SGF-400 - Enable the ability to set the ClassLoader used by the Spring ApplicationContext created in the SpringContextBootstrappingInitializer for loading bean definition classes and resolving resources. +* SGF-399 - Fix incorrect XSD appinfo annotation, expected 'type' attribute value on the 'error-handler' attribute of the 'cq-listener-container' element. +* SGF-396 - Enable support for variable Locator and Server endpoints on a SDG GFE Pool bean definition in a Spring Context. +* SGF-395 - Allow Spring JavaConfig @Configuration classes to be registered and used to configure the (AnnotationConfig)ApplicationContext created by the SpringContextBootstrappingInitializer. +* SGF-394 - Improve SDG Gradle build removing FindBug compilation warnings caused by GemFire. +* SGF-393 - Region scope not properly set for replicated region, prevents client CQ from registering properly. + + Changes in version 1.7.0.M1 (2015-06-02) ---------------------------------------- * SGF-405 - Release 1.7 M1 (Gosling).