Skip to content

Commit 9215f6c

Browse files
christophstroblThomas Darimont
authored and
Thomas Darimont
committed
DATAREDIS-262 - Prepare 1.2.0.RC1 release.
Update changelog, notice, readme. Renamed apache-license to license.
1 parent c2f2feb commit 9215f6c

File tree

5 files changed

+52
-5
lines changed

5 files changed

+52
-5
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ jar {
119119
from("$rootDir/docs/src/info") {
120120
include "license.txt"
121121
include "notice.txt"
122+
include "readme.txt"
123+
include "changelog.txt"
122124
into "META-INF"
123-
expand(copyright: new Date().format('yyyy'), version: project.version)
125+
expand(copyright: new Date().format('2011-yyyy'), version: project.version)
124126
}
125127
}
126128

docs/src/info/changelog.txt

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,52 @@
1-
SPRING DATA REDIS INTEGRATION CHANGELOG
2-
=======================================
1+
SPRING DATA REDIS CHANGELOG
2+
===========================
33
http://projects.spring.io/spring-data-redis/
44

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.0.RC1 (2014-02-19)
9+
----------------------------------------
10+
Fix
11+
[DATAREDIS-166] - Intermittent corrupted input/output streams subscribing to both patterns and channels in RMLC
12+
[DATAREDIS-170] - Canceling RMLC SubscriptionTask immediately after start can leave connection open
13+
[DATAREDIS-188] - Infinite loop renaming a non-existent Collection when using Lettuce
14+
[DATAREDIS-246] - RedisCacheManager‘s getCache method does not match the logical of CompositeCacheManager
15+
16+
Improvement
17+
[DATAREDIS-250] - Upgrade to Spring Framework 3.2.8.
18+
19+
New Feature
20+
[DATAREDIS-206] - Add support for time operation
21+
[DATAREDIS-241] - Add a Jackson2 based RedisSerializer
22+
23+
Task
24+
[DATAREDIS-254] - Clean up codebase to match spring data conventions
25+
[DATAREDIS-260] - Upgrade to latest jedis release
26+
[DATAREDIS-264] - Update gradle version
27+
[DATAREDIS-265] - Update Java source and target compatibility to Java 6
28+
[DATAREDIS-266] - Overhaul documentation.
29+
30+
31+
Changes in version 1.1.1.RELEASE (2014-01-28)
32+
----------------------------------------
33+
34+
Fix
35+
[DATAREDIS-245] - Prevent excessive Thread creation in unit tests
36+
[DATAREDIS-248] - Fix generics in DecoratingStringHashMapper to be Java 8 compatible
37+
[DATAREDIS-257] - Shutdown the client when DefaultLettucePool is destroyed
38+
39+
Improvement
40+
[DATAREDIS-242] - Listener Container start() Returns Before Container is Really Started
41+
[DATAREDIS-249] - Improve logging for tests in Gradle build
42+
[DATAREDIS-251] - Fix tests to work against Redis 2.8.x
43+
44+
Task
45+
[DATAREDIS-243] - Ensure compatibility with Spring Framework 4.0
46+
[DATAREDIS-247] - Testcases must be locale independent
47+
[DATAREDIS-255] - Release 1.1.1
48+
49+
850
Changes in version 1.1.0.RELEASE (2013-09-09)
951
----------------------------------------
1052

File renamed without changes.

docs/src/info/notice.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Spring Data Redis ${version}
2+
Copyright (c) [$copyright] Pivotal Software, Inc.
3+
14
========================================================================
25
== NOTICE file corresponding to section 4 d of the Apache License, ==
36
== Version 2.0, in this case for the Spring Integration distribution. ==

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
2-
-----------------
1+
SPRING DATA REDIS $version (Feb. 19, 2014)
2+
------------------------------------------
33
http://projects.spring.io/spring-data-redis/
44

55
1. INTRODUCTION

0 commit comments

Comments
 (0)