summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-08-09 12:04:26 +0200
committerantirez <antirez@gmail.com>2011-08-09 12:04:26 +0200
commit214cf637303ecc942a5909621be32a8ca7434ebf (patch)
treeb16a9a0193138fef33ba49a2d27a972c6abb7ca1
parent4a4f4cb5ffb1f6318a8eba02895b1e30398197a9 (diff)
downloadredis-2.4.0-rc6.tar.gz
Version bumped to 2.3.9. Changelog modified accordingly.2.4.0-rc6
-rw-r--r--00-RELEASENOTES7
-rw-r--r--src/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index c7099842e..0e4acb715 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.3.9 (2.4 Release Candidate 6)
+===================================================
+
+* [BUGFIX] Fixed a bug with the automatic AOF rewrite causing continuous
+ rewrites for AOF files bigger than 4 GB.
+* New maxmemory tests.
+
What's new in Redis 2.3.8 (2.4 Release Candidate 5)
===================================================
diff --git a/src/version.h b/src/version.h
index 6e7503997..e7873756e 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.3.8"
+#define REDIS_VERSION "2.3.9"