From 2a327b255e843f4bb0e592edf846b359d9bcfa13 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 31 Mar 2014 12:26:40 +0200 Subject: [PATCH 1/2] DATAREDIS-292 - Prepare release 1.3.0 M1. Prepare issue branch. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f09fb8eb53..c1e3803f68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jredisVersion=06052013 jedisVersion=2.4.1 springVersion=3.2.8.RELEASE log4jVersion=1.2.17 -version=1.3.0.BUILD-SNAPSHOT +version=1.3.0.DATAREDIS-292-SNAPSHOT srpVersion=0.7 jacksonVersion=1.8.8 fasterXmlJacksonVersion=2.2.0 From e49f299ee16c2df489d1739ee3a313431c46468a Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 31 Mar 2014 13:12:48 +0200 Subject: [PATCH 2/2] DATAREDIS-292 - Prepare release 1.3.0 M1. Update release notes, changelog and readme. Original pull request: #61. --- README.md | 2 +- docs/src/info/changelog.txt | 33 +++++++++++++++++++++++++++++++++ docs/src/info/readme.txt | 4 ++-- 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2a3fc2c0e..6dd469cd9a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ dependencies { } ~~~~~ -Latest GA release is _1.2.0.RELEASE_ +Latest GA release is _1.2.1.RELEASE_ Latest nightly is _1.3.0.BUILD-SNAPSHOT_ # Usage (for the impatient) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 8d85afe082..7b9a0ca5bb 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,39 @@ http://projects.spring.io/spring-data-redis/ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version] Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 +Changes in version 1.3.0.M1 (2014-03-31) +---------------------------------------- +Fix + [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet(). + [DATAREDIS-285] - LettuceTemplate.execute should read and convert entire response. + [DATAREDIS-286] - Avoid potential RedisTemplate.expire() overflow. + [DATAREDIS-289] - Avoid NPE in append() in case of pipelining or/and multi/exec calls. +Improvement + [DATAREDIS-184] - Support Redis 2.6 SAVE/NOSAVE arguments to shutdown command. + [DATAREDIS-284] - Add support for zCard to ZSetOperations. + [DATAREDIS-287] - setBit() should return a Boolean. +New Feature + [DATAREDIS-267] - Add support for CLIENT KILL. + [DATAREDIS-268] - Add support for CLIENT LIST. + [DATAREDIS-269] - Add support for CLIENT SETNAME. + [DATAREDIS-270] - Add support for CLIENT GETNAME. + [DATAREDIS-271] - Add support for PSETEX. + [DATAREDIS-277] - Add support for SLAVEOF. +Task + [DATAREDIS-261] - Upgrade commons-pool to commons-pool2. + [DATAREDIS-275] - Rename RedisServerCommands.bgWriteAof to bgReWriteAof. + [DATAREDIS-292] - Release 1.3.0 M1. + +Changes in version 1.2.1.GA (2014-03-27) +---------------------------------------- +Fix + [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet(). + [DATAREDIS-285] - LettuceConnection.execute should fully read response. + [DATAREDIS-286] - Avoid overflow in JedisConnection#expire / #pexpire. + [DATAREDIS-289] - Avoid NPE in DefaultValueOperations#append() in case of pipelining or/and multi/exec calls. +Task + [DATAREDIS-291] - Release Version 1.2.1. + Changes in version 1.2.0.GA (2014-03-03) ---------------------------------------- Task diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 8b09a8aba0..4d41a4a11b 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -1,5 +1,5 @@ -SPRING DATA REDIS $version (March 3, 2014) ------------------------------------------- +SPRING DATA REDIS $version (March 31, 2014) +------------------------------------------- http://projects.spring.io/spring-data-redis/ 1. INTRODUCTION