Skip to content

Commit

Permalink
Redis version 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Feb 22, 2012
1 parent f165443 commit bd624d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========================

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define REDIS_VERSION "2.4.7"
#define REDIS_VERSION "2.4.8"

0 comments on commit bd624d0

Please sign in to comment.