summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-03-18 22:14:28 +0100
committerantirez <antirez@gmail.com>2012-03-18 22:14:28 +0100
commit1dfe75a09bbf9febd0b51f95a740aab45f824368 (patch)
treefd84f0533b9065ad93c8d51ad4499916e3c190ab
parent8122954b9a68b81b663f2b0063de1edec7e19ae4 (diff)
downloadredis-2.4.9.tar.gz
Redis 2.4.92.4.9
-rw-r--r--00-RELEASENOTES12
-rw-r--r--src/version.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 417720a9f..543b457a0 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,18 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.9
+=========================
+
+UPGRADE URGENCY: low. Mostly new features and minor bug fixing.
+
+* [FEATURE] Redis server is now able to test your memory for broken RAM.
+ Usage: ./redis-server --test-memory <megabytes>.
+* [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected
+ tests, and a few more features.
+* [BUGFIX] utils/install_server.sh script now works on Redhat / Centos.
+* [BUGFIX] Minor fix to redis-cli (github issue #306).
+
What's new in Redis 2.4.8
=========================
diff --git a/src/version.h b/src/version.h
index 39b879358..360ebb314 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.8"
+#define REDIS_VERSION "2.4.9"