From 9f992bcd4712a15e7147650539461a1ef32612f7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 28 Jul 2014 10:19:57 +0200 Subject: [PATCH] SGF-303 - Updated changelog. --- docs/src/info/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 2b1653fa..ad352b6a 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -3,6 +3,15 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 1.4.2.RELEASE (2014-07-28) +--------------------------------------------- +* SGF-303 - Release 1.4.2. +* SGF-297 - Executing SDG Functions annotated POJO methods from Gfsh does not work when "injecting" arguments during Function argument resolution. +* SGF-295 - Enable Local Region Eviction action to be set to 'LOCAL_DESTROY', which is allowed in GemFire using the public API or in cache.xml. +* SGF-294 - Enable GemFire GatewayReceivers to be started manually, the same as for GatewaySenders using SDG. +* SGF-284 - Modify SDG build (build.gradle script) to include SDG validation and compatibility checks for Spring IO. + + Changes in version 1.5.0.M1 (2014-07-10) ---------------------------------------- * SGF-299 - Upgrade Spring Data GemFire 1.5 to Spring Framework 4.0.6.