summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-02-22 14:23:07 +0100
committerantirez <antirez@gmail.com>2012-02-22 14:23:43 +0100
commitbd624d0fc3fafbb5d12028d08ad041202224e417 (patch)
tree7cd136783242f95637bce5824bcc09ab09e10af6
parentf1654434deb49c4a299e4613944587bc0bd77bd9 (diff)
downloadredis-2.4.8.tar.gz
Redis version 2.4.82.4.8
-rw-r--r--00-RELEASENOTES13
-rw-r--r--src/version.h2
2 files changed, 14 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 8c20db295..417720a9f 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------
+What's new in Redis 2.4.8
+=========================
+
+UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
+
+* [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors.
+* [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems.
+* [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better.
+* [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330.
+* [BUGFIX] Fixed compilation with latest clang.
+* [BUGFIX] Fixed handling of empty sorted sets produced in RDB by
+ very old Redis versions (1.2.x).
+
What's new in Redis 2.4.7
=========================
diff --git a/src/version.h b/src/version.h
index d33deecb4..39b879358 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1 +1 @@
-#define REDIS_VERSION "2.4.7"
+#define REDIS_VERSION "2.4.8"