Version bumped to 2.2.13, changelog updated.

This commit is contained in:
antirez
2011-09-12 15:49:20 +02:00
parent 61f57b6a8f
commit be9e933e68
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -12,6 +12,12 @@ for 2.0.
CHANGELOG
---------
What's new in Redis 2.2.13
==========================
* [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.2.12
==========================
+1 -1
View File
@@ -1 +1 @@
#define REDIS_VERSION "2.2.12"
#define REDIS_VERSION "2.2.13"