From 4ec8b732b7b89bffa5586074a69737079bb0ea7f Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 14 Jun 2011 17:32:49 +0200 Subject: [PATCH] Redis 2.2.10 --- 00-RELEASENOTES | 11 +++++++++++ src/version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 74ed740dd..910f3a7e9 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,17 @@ for 2.0. CHANGELOG --------- +What's new in Redis 2.2.10 +========================== + +* Fix for issue 566. It was possible for SETNX to behave in abnormal ways. +* Work with make v3.80 +* redis-cli updated to the same version as the 2.4 branch. Now the + reconnection handling is better. You can prefix commands with a number + to execute the command the specified number of times. When using -r + in non interactive mode it is possible to set a delay between commands. +* Better init script. + What's new in Redis 2.2.9 ========================= diff --git a/src/version.h b/src/version.h index 5018abf5a..de66e7208 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.2.9" +#define REDIS_VERSION "2.2.10"