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:           Fri Feb  1 16:11:35 UTC 2013

Modified Files:
        wip/redis: Makefile distinfo
Removed Files:
        wip/redis/patches: patch-deps_hiredis_fmacros.h patch-src_fmacros.h
            patch-src_sha1.c

Log Message:
Update redis to 2.6.9

--[ Redis 2.6.9 ]

UPGRADE URGENCY: MODERATE if you use replication.

* [BUGFIX]   Changing master at runtime (SLAVEOF command) in presence of
             network problems, or in very rapid succession, could result
             in non-critical problems (GitHub Issue #828).
* [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names
             reported by CLIENT LIST. Very useful for debugging of
             problems.
* [IMPROVED] redis-cli is now able to transfer an RDB file from a remote
             server to a local file using the --rdb <filename> command
             line option.

--[ Redis 2.6.8 ]

UPGRADE URGENCY: MODERATE if you use Lua scripting. Otherwise LOW.

* [BUGFIX]   Multiple fixes for EVAL (issue #872).
* [BUGFIX]   Fix overflow in mstime() in redis-cli and benchmark.
* [BUGFIX]   Fix Linux / PPC64 behavior by correcting endianess detection.
* [BUGFIX]   Fix NetBSD build by defining _XOPEN_SOURCE appropriately.
* [BUGFIX]   Added missing license and copyright in a few places.
* [BUGFIX]   Better error reporting when fd event creation fails.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r0 wip/redis/patches/patch-deps_hiredis_fmacros.h \
    wip/redis/patches/patch-src_sha1.c
cvs -z3 rdiff -u -r1.19 -r1.20 wip/redis/distinfo
cvs -z3 rdiff -u -r1.2 -r0 wip/redis/patches/patch-src_fmacros.h
cvs -z3 rdiff -u -r1.21 -r1.22 wip/redis/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-deps_hiredis_fmacros.h?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-src_sha1.c?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/distinfo?r1=1.19&r2=1.20
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-src_fmacros.h?r1=1.2&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/Makefile?r1=1.21&r2=1.22

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

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
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