pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/redis



Module name:    wip
Committed by:   fhajny
Date:           Wed Feb 29 11:34:43 UTC 2012

Modified Files:
        wip/redis: Makefile distinfo
        wip/redis/patches: patch-ab patch-ac
Added Files:
        wip/redis/patches: patch-deps_hiredis_fmacros.h patch-src_fmacros.h
            patch-src_sha1.c
Removed Files:
        wip/redis/patches: patch-aa patch-ad patch-src_debug.c

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).


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/redis/patches/patch-deps_hiredis_fmacros.h \
    wip/redis/patches/patch-src_fmacros.h wip/redis/patches/patch-src_sha1.c
cvs -z3 rdiff -u -r1.1 -r0 wip/redis/patches/patch-src_debug.c
cvs -z3 rdiff -u -r1.12 -r1.13 wip/redis/Makefile
cvs -z3 rdiff -u -r1.13 -r1.14 wip/redis/distinfo
cvs -z3 rdiff -u -r1.2 -r0 wip/redis/patches/patch-ad
cvs -z3 rdiff -u -r1.2 -r1.3 wip/redis/patches/patch-ac
cvs -z3 rdiff -u -r1.5 -r1.6 wip/redis/patches/patch-ab
cvs -z3 rdiff -u -r1.6 -r0 wip/redis/patches/patch-aa

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-deps_hiredis_fmacros.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-src_fmacros.h?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-src_sha1.c?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-src_debug.c?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/Makefile?r1=1.12&r2=1.13
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/distinfo?r1=1.13&r2=1.14
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-ad?r1=1.2&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-ac?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-ab?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-aa?r1=1.6&r2=0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index