summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-04-22 16:25:13 +0200
committerantirez <antirez@gmail.com>2011-04-22 16:25:13 +0200
commit19b55f8ebc5692a744e3484b0e2f6a722330dffe (patch)
tree1fb92f3693465ab26ac48d9765f11243b5635b2c
parentbf3692797df817c3abfd430a017f55ce9c9ecf87 (diff)
downloadredis-19b55f8ebc5692a744e3484b0e2f6a722330dffe.tar.gz
Redis 2.2.52.2.5
-rw-r--r--00-RELEASENOTES5
-rw-r--r--src/version.h2
2 files changed, 6 insertions, 1 deletions
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"