Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit bd624d0

Browse files
committed
Redis version 2.4.8
1 parent f165443 commit bd624d0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

00-RELEASENOTES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ to modify your program in order to use Redis 2.4.
1818
CHANGELOG
1919
---------
2020

21+
What's new in Redis 2.4.8
22+
=========================
23+
24+
UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.
25+
26+
* [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors.
27+
* [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems.
28+
* [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better.
29+
* [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330.
30+
* [BUGFIX] Fixed compilation with latest clang.
31+
* [BUGFIX] Fixed handling of empty sorted sets produced in RDB by
32+
very old Redis versions (1.2.x).
33+
2134
What's new in Redis 2.4.7
2235
=========================
2336

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "2.4.7"
1+
#define REDIS_VERSION "2.4.8"

0 commit comments

Comments
 (0)