summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-06-22 22:37:21 +0200
committerantirez <antirez@gmail.com>2011-06-22 22:37:21 +0200
commita2d68e652427ac5ffea7aa56afc116030b073704 (patch)
treeef893092392eccca97a9c4af6895e2d52403f352
parent25e805b417303531f78e1320426f6f9f2ad4d300 (diff)
downloadredis-a2d68e652427ac5ffea7aa56afc116030b073704.tar.gz
Redis 2.2.112.2.11
-rw-r--r--00-RELEASENOTES8
-rw-r--r--src/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 910f3a7e9..7234e29f9 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,14 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.11
+==========================
+
+* Solved a never reported but possibly critical bug in the AOF and RDB
+persistence, introduced with the new version of the iterator: In very rare
+circumstances the AOF (after rerwite) or the rdb file may contain the same
+key more than one time.
+
What's new in Redis 2.2.10
==========================
diff --git a/src/version.h b/src/version.h
index de66e7208..90686116e 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.2.10"
+#define REDIS_VERSION "2.2.11"