From 214cf637303ecc942a5909621be32a8ca7434ebf Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 9 Aug 2011 12:04:26 +0200 Subject: [PATCH] Version bumped to 2.3.9. Changelog modified accordingly. --- 00-RELEASENOTES | 7 +++++++ src/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index c7099842..0e4acb71 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 6e750399..e7873756 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.3.8" +#define REDIS_VERSION "2.3.9"