You need to sign in or sign up before continuing.
Commit 65e79a82 authored by antirez's avatar antirez
Browse files

release noted updated, version bumped to 2.1.12 (2.2.0 RC4)

parent ef8bc13d
...@@ -8,6 +8,21 @@ cases, basicaly it is very unlikely that you will experience any problem ...@@ -8,6 +8,21 @@ cases, basicaly it is very unlikely that you will experience any problem
upgrading your 2.0 instances to 2.2, as 2.2 can work as a drop in replacement upgrading your 2.0 instances to 2.2, as 2.2 can work as a drop in replacement
for 2.0. for 2.0.
---------
CHANGELOG
---------
What's new in Redis 2.1.10 (2.2 Release Candidate 4)
====================================================
Redis 2.2 RC4 is a bug fix and minor enhancement release:
* Fixed timeout error in replication where master took a big time to BGSAVE.
* Introduced explicit PING between master and slave, to reliably detect when
the link is down, even if the socket remains apparently connected.
* Fixed compilation on FreeBSD.
* Removed a small portability issue in redis-benchmark.
What's new in Redis 2.1.10 (2.2 Release Candidate 3) What's new in Redis 2.1.10 (2.2 Release Candidate 3)
==================================================== ====================================================
......
#define REDIS_VERSION "2.1.11" #define REDIS_VERSION "2.1.12"
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