diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 0e4acb71..805562a7 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -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) =================================================== diff --git a/src/version.h b/src/version.h index e7873756..b88a806a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.3.9" +#define REDIS_VERSION "2.3.10"