Subject: CVS commit: wip/redis
From: Filip Hajny
Date: 2012-02-29 12:34:43
Message id: E1S2hoO-0000vi-33@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Update redis to 2.4.8.

Changes in 2.4.8
* [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).

Changes in 2.4.7
* [BUGFIX] Fixed false positive in issue #141 regression test.
* [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC.
* [BUGFIX] Don't increment stats for key misses / hits when key is written.
* [BUGFIX] sds.c library now don't allocate more than 1MB ahead.
* 32 bit instances without a maxmemory set now get a default limit of 3.5GB
  with maxmemory-policy set to noeviction.
* Better crash report on crash (containing current client and command
  arguments).

Files:
RevisionActionfile
1.13modifywip/redis/Makefile
1.14modifywip/redis/distinfo
1.6modifywip/redis/patches/patch-ab
1.3modifywip/redis/patches/patch-ac
1.1addwip/redis/patches/patch-deps_hiredis_fmacros.h
1.1addwip/redis/patches/patch-src_fmacros.h
1.1addwip/redis/patches/patch-src_sha1.c
1.6removewip/redis/patches/patch-aa
1.2removewip/redis/patches/patch-ad
1.1removewip/redis/patches/patch-src_debug.c