summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-04-30 12:27:50 +0200
committerantirez <antirez@gmail.com>2012-04-30 12:27:50 +0200
commit9cb09c4d2c248dc0f9b31314b3127be228476633 (patch)
tree85d61941dfe4fcbfe24b6da8cf8a180c855798f7
parentfc7ea2f7cd128ad3a2e8c0acf838015e0d330934 (diff)
downloadredis-2.4.12.tar.gz
Redis 2.4.122.4.12
-rw-r--r--00-RELEASENOTES9
-rw-r--r--src/version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index eca5394c4..1f05c3116 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,15 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.12
+=========================
+
+UPGRADE URGENCY: low if you don't experience any of the fixed problems.
+
+* [BUGFIX] Limit the amount of memory consumed by the slow log.
+* [BUGFIX] --test-memory option fixes.
+* [BUGFIX] Less false positives in tests.
+
What's new in Redis 2.4.11
=========================
diff --git a/src/version.h b/src/version.h
index e19141706..d0a020077 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.11"
+#define REDIS_VERSION "2.4.12"