From 19b55f8ebc5692a744e3484b0e2f6a722330dffe Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 22 Apr 2011 16:25:13 +0200 Subject: [PATCH] Redis 2.2.5 --- 00-RELEASENOTES | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 1bc6c9152..59d8741c9 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,11 @@ for 2.0. CHANGELOG --------- +What's new in Redis 2.2.5 +========================= + +* Fixed a crash occurring when loading an AOF containing the SPOP command. + What's new in Redis 2.2.4 ========================= diff --git a/src/version.h b/src/version.h index 6ae276d89..be662ce39 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define REDIS_VERSION "2.2.4" +#define REDIS_VERSION "2.2.5" -- GitLab