Skip to content

Commit

Permalink
DATAREDIS-262 - Prepare 1.2.0.RC1 release.
Browse files Browse the repository at this point in the history
Update changelog, notice, readme.
Renamed apache-license to license.
  • Loading branch information
christophstrobl authored and Thomas Darimont committed Feb 19, 2014
1 parent c2f2feb commit 9215f6c
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ jar {
from("$rootDir/docs/src/info") {
include "license.txt"
include "notice.txt"
include "readme.txt"
include "changelog.txt"
into "META-INF"
expand(copyright: new Date().format('yyyy'), version: project.version)
expand(copyright: new Date().format('2011-yyyy'), version: project.version)
}
}

Expand Down
46 changes: 44 additions & 2 deletions docs/src/info/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,52 @@
SPRING DATA REDIS INTEGRATION CHANGELOG
=======================================
SPRING DATA REDIS CHANGELOG
===========================
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.2.0.RC1 (2014-02-19)
----------------------------------------
Fix
[DATAREDIS-166] - Intermittent corrupted input/output streams subscribing to both patterns and channels in RMLC
[DATAREDIS-170] - Canceling RMLC SubscriptionTask immediately after start can leave connection open
[DATAREDIS-188] - Infinite loop renaming a non-existent Collection when using Lettuce
[DATAREDIS-246] - RedisCacheManager‘s getCache method does not match the logical of CompositeCacheManager

Improvement
[DATAREDIS-250] - Upgrade to Spring Framework 3.2.8.

New Feature
[DATAREDIS-206] - Add support for time operation
[DATAREDIS-241] - Add a Jackson2 based RedisSerializer

Task
[DATAREDIS-254] - Clean up codebase to match spring data conventions
[DATAREDIS-260] - Upgrade to latest jedis release
[DATAREDIS-264] - Update gradle version
[DATAREDIS-265] - Update Java source and target compatibility to Java 6
[DATAREDIS-266] - Overhaul documentation.


Changes in version 1.1.1.RELEASE (2014-01-28)
----------------------------------------

Fix
[DATAREDIS-245] - Prevent excessive Thread creation in unit tests
[DATAREDIS-248] - Fix generics in DecoratingStringHashMapper to be Java 8 compatible
[DATAREDIS-257] - Shutdown the client when DefaultLettucePool is destroyed

Improvement
[DATAREDIS-242] - Listener Container start() Returns Before Container is Really Started
[DATAREDIS-249] - Improve logging for tests in Gradle build
[DATAREDIS-251] - Fix tests to work against Redis 2.8.x

Task
[DATAREDIS-243] - Ensure compatibility with Spring Framework 4.0
[DATAREDIS-247] - Testcases must be locale independent
[DATAREDIS-255] - Release 1.1.1


Changes in version 1.1.0.RELEASE (2013-09-09)
----------------------------------------

Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/src/info/notice.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Spring Data Redis ${version}
Copyright (c) [$copyright] Pivotal Software, Inc.

========================================================================
== NOTICE file corresponding to section 4 d of the Apache License, ==
== Version 2.0, in this case for the Spring Integration distribution. ==
Expand Down
4 changes: 2 additions & 2 deletions docs/src/info/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPRING DATA REDIS
-----------------
SPRING DATA REDIS $version (Feb. 19, 2014)
------------------------------------------
http://projects.spring.io/spring-data-redis/

1. INTRODUCTION
Expand Down

0 comments on commit 9215f6c

Please sign in to comment.