summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--00-RELEASENOTES11
-rw-r--r--src/version.h2
2 files changed, 12 insertions, 1 deletions
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"