Redis 2.1.1, release notes updated

This commit is contained in:
antirez 2011-02-23 15:48:24 +01:00
parent 61e2547675
commit 4e4b3b943c
2 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,15 @@ for 2.0.
CHANGELOG
---------
What's new in Redis 2.2.1
=========================
Redis 2.2.1 is a bugfix release. Changelog:
* Fixed an SPOP crash. When using SPOP in a MULTI/EXEC block there was a problem
introduced in the latest release when fixing an SPOP replication/AOF related
bug.
What's new in Redis 2.2.0 final
===============================

View File

@ -1 +1 @@
#define REDIS_VERSION "2.2.0"
#define REDIS_VERSION "2.2.1"