Version bumped to 2.3.10, changelog updated

This commit is contained in:
antirez 2011-09-12 12:13:44 +02:00
parent 3c51d3b36b
commit da30c9e1e3
2 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,12 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
What's new in Redis 2.3.10 (2.4 Release Candidate 7)
====================================================
* [BUGFIX] Fixed issue 593 (BRPOPLPUSH related crash).
* [BUGFIX] Fixed an issue with the networking layer that may prevent Redis from sending the whole reply back to client under extreme conditions.
What's new in Redis 2.3.9 (2.4 Release Candidate 6)
===================================================

View File

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