From da7f943f9c77f3bd07bb7cd999f4cbddb0cc29ab Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 28 Jul 2015 14:52:42 +0200 Subject: [PATCH] SGF-420 - Updated changelog. --- docs/src/info/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index f1a7cf43..afc5cf31 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,6 +3,14 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.6.2.RELEASE (2015-07-28) +--------------------------------------------- +* SGF-420 - Release 1.6.2 (Fowler). +* SGF-415 - Remove the ClientCacheFactory Pool configuration in ClientCacheFactoryBean. +* SGF-414 - Resolve incompatibility between the DistributedSystem created by the PoolFactoryBean and the DistributedSystem resolved by the ClientCacheFactoryBean when SSL is configured. +* SGF-409 - Modify the GemfireDataSourcePostProcessor (basis for ) to not assume a GemFire Server was configured and bootstrapped with Spring and subsequently that the SDG ListRegionsOnServerFunction was registered. + + Changes in version 1.4.6.RELEASE (2015-07-01) --------------------------------------------- * SGF-411 - Release 1.4.6 (Dijkstra).