Commit a8ed6633 authored by antirez's avatar antirez
Browse files

Version bumped to 2.2.13, changelog updated.

parent 61f57b6a
......@@ -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
==========================
......
#define REDIS_VERSION "2.2.12"
#define REDIS_VERSION "2.2.13"
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