From 19a34475e52ac0ee5bcd2b0cda9712451bde1bac Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 23 Feb 2016 12:56:43 +0100 Subject: [PATCH] SGF-470 - Updated changelog. (cherry picked from commit 60c5f1f2d361876960561c55e001a0f4082690fb) Signed-off-by: John Blum --- src/main/resources/changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6263dd84..230059cc 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,17 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.7.4.RELEASE (2016-02-23) +--------------------------------------------- +* SGF-473 - Allow a Spring-configured ClientCache to be constructed without a Pool. +* SGF-470 - Release 1.7.4 (Gosling SR4). +* SGF-462 - Add appinfo hint to client region element in XSD. +* SGF-460 - Remove unnecessary SLF4J compile-time dependency. +* SGF-459 - Add support for the get(key:Object, valueLoader:Callable) method in Spring Framework 4.3's Cache interface. +* SGF-458 - Enable resolution of GemFire's DistributedSystem and System properties to be overridden in PoolFactoryBean. +* SGF-457 - Clean up Javadoc warnings. + + Changes in version 1.8.0.M1 (2016-02-12) ---------------------------------------- * SGF-468 - Improve coordination between the PoolFactoryBean and ClientCacheFactoryBean when configuring and resolving the GemFire DistributedSystem.