Commit da30c9e1 authored by antirez's avatar antirez
Browse files

Version bumped to 2.3.10, changelog updated

parent 3c51d3b3
...@@ -18,6 +18,12 @@ to modify your program in order to use Redis 2.4. ...@@ -18,6 +18,12 @@ to modify your program in order to use Redis 2.4.
CHANGELOG 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) What's new in Redis 2.3.9 (2.4 Release Candidate 6)
=================================================== ===================================================
......
#define REDIS_VERSION "2.3.9" #define REDIS_VERSION "2.3.10"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment