From e5ef47b52b6cfeed74a4e4e48372482361926174 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 23 Nov 2016 10:34:59 +0100 Subject: [PATCH] SGF-563 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 70f520b6..836063ff 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,15 @@ SPRING DATA GEMFIRE CHANGELOG http://www.springsource.org/spring-gemfire ============================= +Changes in version 2.0.0.M1 (2016-11-23) +---------------------------------------- +* SGF-571 - Remove explicit call to start() in ContinuousQueryListenerContainer.afterPropertiesSet(). +* SGF-570 - Respect manual-start on Gateway Senders/Receivers but no longer couple the start/stop lifecycle to the Spring container. +* SGF-569 - Move Off-Heap, Redis Adapter and Security Annotation config from apache-geode to SDG 2.0.x. +* SGF-564 - Setup 2.0 development. +* SGF-563 - Release 2.0 M1 (Kay). + + Changes in version 1.8.5.RELEASE (2016-11-03) --------------------------------------------- * SGF-555 - Repository queries on client Regions associated with a Pool configured for a specific server group can lead to a RegionNotFoundException.