summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-09-21 18:12:56 +0200
committerantirez <antirez@gmail.com>2011-09-21 18:12:56 +0200
commit0dfc5578bf77f61b5f7df5145b49073e35226d07 (patch)
treed6eac077b9766ae6ade60b79509cfc3bb6e70968
parentee9f3679a951bd3f5c17243963d8a23bdf4fccaf (diff)
downloadredis-0dfc5578bf77f61b5f7df5145b49073e35226d07.tar.gz
Version bumped to 2.2.14, Changelog updated.2.2.14
-rw-r--r--00-RELEASENOTES10
-rw-r--r--src/version.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 5a2dfceba..e4c4c70ca 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,16 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.14
+==========================
+
+* [BUGFIX] Fixed a rare but possible AOF race condition that could result into
+ duplicated commands inside the AOF.
+* [BUGFIX] Don't replicate SAVE.
+* LRANGE optimization may drastically improve performances when querying the
+ final part of a long list.
+* redis-cli now implements a --latency mode to monitory Redis delay.
+
What's new in Redis 2.2.13
==========================
diff --git a/src/version.h b/src/version.h
index d3c430a25..7a152b4ec 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.2.13"
+#define REDIS_VERSION "2.2.14"