Version bumped to 2.3.9. Changelog modified accordingly.

This commit is contained in:
antirez 2011-08-09 12:04:26 +02:00
parent 4a4f4cb5ff
commit 214cf63730
2 changed files with 8 additions and 1 deletions

View File

@ -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)
===================================================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.3.8"
#define REDIS_VERSION "2.3.9"