summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-02-17 17:15:52 +0100
committerantirez <antirez@gmail.com>2011-02-17 17:15:52 +0100
commit1a6281f52f6025a7c3304c3937cccf52deee48bb (patch)
treed759e23469657fcc055158890f9703e2e700e89b
parentc2571b314a5d6382247bf0587c04efead1831591 (diff)
downloadredis-1a6281f52f6025a7c3304c3937cccf52deee48bb.tar.gz
version bumped to 2.2.0 and release notes added
-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 28dcde087..552b5070a 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,17 @@ for 2.0.
CHANGELOG
---------
+What's new in Redis 2.2.0 final
+===============================
+
+Redis 2.2.0 final is both a bug fix and minor enhancement release:
+
+* SPOP is now replicated correctly in AOF and across slaves.
+* CONFIG SET/GET for all the special encoding parameters of sets, lists, hashes.
+* Now BRPOPLPUSH will reply with single null bulk on timeout.
+* Specifying port 0 in redis.conf will tell Redis to don't listen on TCP socket.
+* Propagate key eviction to slaves and AOF, similarly to expires.
+
What's new in Redis 2.1.10 (2.2 Release Candidate 4)
====================================================
diff --git a/src/version.h b/src/version.h
index 3638f85c0..7463c48ca 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.1.12"
+#define REDIS_VERSION "2.2.0"