File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
}
55
55
~~~~~
56
56
57
- Latest GA release is _ 1.2.0 .RELEASE_
57
+ Latest GA release is _ 1.2.1 .RELEASE_
58
58
Latest nightly is _ 1.3.0.BUILD-SNAPSHOT_
59
59
60
60
# Usage (for the impatient)
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ http://projects.spring.io/spring-data-redis/
5
5
Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[version]
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
8
+ Changes in version 1.2.1.GA (2014-03-27)
9
+ ----------------------------------------
10
+ Fix
11
+ [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
12
+ [DATAREDIS-285] - LettuceConnection.execute should fully read response.
13
+ [DATAREDIS-286] - Avoid overflow in JedisConnection#expire / #pexpire.
14
+ [DATAREDIS-289] - Avoid NPE in DefaultValueOperations#append() in case of pipelining or/and multi/exec calls.
15
+ Task
16
+ [DATAREDIS-291] - Release Version 1.2.1.
17
+
8
18
Changes in version 1.2.0.GA (2014-03-03)
9
19
----------------------------------------
10
20
Task
Original file line number Diff line number Diff line change 1
- SPRING DATA REDIS $version (March 3 , 2014)
1
+ SPRING DATA REDIS $version (March 27 , 2014)
2
2
------------------------------------------
3
3
http://projects.spring.io/spring-data-redis/
4
4
You can’t perform that action at this time.
0 commit comments