Skip to content

Commit 214cf63

Browse files
committed
Version bumped to 2.3.9. Changelog modified accordingly.
1 parent 4a4f4cb commit 214cf63

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

00-RELEASENOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ to modify your program in order to use Redis 2.4.
1818
CHANGELOG
1919
---------
2020

21+
What's new in Redis 2.3.9 (2.4 Release Candidate 6)
22+
===================================================
23+
24+
* [BUGFIX] Fixed a bug with the automatic AOF rewrite causing continuous
25+
rewrites for AOF files bigger than 4 GB.
26+
* New maxmemory tests.
27+
2128
What's new in Redis 2.3.8 (2.4 Release Candidate 5)
2229
===================================================
2330

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.3.8"
1+
#define REDIS_VERSION "2.3.9"

0 commit comments

Comments
 (0)