From 4091685dd347f949a807afa94eb9505812ce7a39 Mon Sep 17 00:00:00 2001 From: Jennifer Hickey Date: Mon, 1 Jul 2013 12:06:12 -0700 Subject: [PATCH] Update release notes for 1.0.5.RELEASE --- docs/src/info/changelog.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 7dc5fc159..268c8eae1 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,26 @@ http://www.springsource.org/spring-data/redis Commit changelog: http://github.com/SpringSource/spring-data-redis/tree/v[version] Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 +Changes in version 1.0.5.RELEASE (2013-07-02) +--------------------------------------------- +General +* Upgraded to SRP 0.7 +* Upgraded to Lettuce 2.3.3 + +Package o.s.d.redis.core +* Fixed left/right pop timeouts converting to 0 seconds (blocking indefinitely) + +Package o.s.d.redis.connection.lettuce +* Fixed exec returning empty list instead of null if watched variable modified + +Package o.s.d.redis.connection.srp +* Fixed exec throwing TransactionFailedException instead of returning null if watched +variable modified + +Package o.s.d.redis.listener.adapter +* Added MessageListenerAdapter constructor with delegate and listener method + + Changes in version 1.0.4.RELEASE (2013-04-18) ---------------------------------------------