Skip to content

Commit 05db874

Browse files
author
Thomas Darimont
committed
DATAREDIS-292 - Prepare release 1.3.0 M1.
Update release notes, changelog and readme. Original pull request: #61.
1 parent aa739f4 commit 05db874

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
}
5555
~~~~~
5656

57-
Latest GA release is _1.2.0.RELEASE_
57+
Latest GA release is _1.2.1.RELEASE_
5858
Latest nightly is _1.3.0.BUILD-SNAPSHOT_
5959

6060
# Usage (for the impatient)

docs/src/info/changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ http://projects.spring.io/spring-data-redis/
55
Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version]
66
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
77

8+
Changes in version 1.3.0.M1 (2014-03-31)
9+
----------------------------------------
10+
Fix
11+
[DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
12+
[DATAREDIS-285] - LettuceTemplate.execute should read and convert entire response.
13+
[DATAREDIS-286] - Avoid potential RedisTemplate.expire() overflow.
14+
[DATAREDIS-289] - Avoid NPE in append() in case of pipelining or/and multi/exec calls.
15+
Improvement
16+
[DATAREDIS-184] - Support Redis 2.6 SAVE/NOSAVE arguments to shutdown command.
17+
[DATAREDIS-284] - Add support for zCard to ZSetOperations.
18+
[DATAREDIS-287] - setBit() should return a Boolean.
19+
New Feature
20+
[DATAREDIS-267] - Add support for CLIENT KILL.
21+
[DATAREDIS-268] - Add support for CLIENT LIST.
22+
[DATAREDIS-269] - Add support for CLIENT SETNAME.
23+
[DATAREDIS-270] - Add support for CLIENT GETNAME.
24+
[DATAREDIS-271] - Add support for PSETEX.
25+
[DATAREDIS-277] - Add support for SLAVEOF.
26+
Task
27+
[DATAREDIS-261] - Upgrade commons-pool to commons-pool2.
28+
[DATAREDIS-275] - Rename RedisServerCommands.bgWriteAof to bgReWriteAof.
29+
[DATAREDIS-292] - Release 1.3.0 M1.
30+
31+
Changes in version 1.2.1.GA (2014-03-27)
32+
----------------------------------------
33+
Fix
34+
[DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
35+
[DATAREDIS-285] - LettuceConnection.execute should fully read response.
36+
[DATAREDIS-286] - Avoid overflow in JedisConnection#expire / #pexpire.
37+
[DATAREDIS-289] - Avoid NPE in DefaultValueOperations#append() in case of pipelining or/and multi/exec calls.
38+
Task
39+
[DATAREDIS-291] - Release Version 1.2.1.
40+
841
Changes in version 1.2.0.GA (2014-03-03)
942
----------------------------------------
1043
Task

docs/src/info/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SPRING DATA REDIS $version (March 3, 2014)
2-
------------------------------------------
1+
SPRING DATA REDIS $version (March 31, 2014)
2+
-------------------------------------------
33
http://projects.spring.io/spring-data-redis/
44

55
1. INTRODUCTION

0 commit comments

Comments
 (0)