Skip to content

Commit f270560

Browse files
christophstroblThomas Darimont
authored andcommitted
DATAREDIS-291 - Prepare release 1.2.1.
Update release notes, changelog and readme. Original pull request: spring-projects#60.
1 parent ceb7c8a commit f270560

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.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+
818
Changes in version 1.2.0.GA (2014-03-03)
919
----------------------------------------
1020
Task

docs/src/info/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING DATA REDIS $version (March 3, 2014)
1+
SPRING DATA REDIS $version (March 27, 2014)
22
------------------------------------------
33
http://projects.spring.io/spring-data-redis/
44

0 commit comments

Comments
 (0)