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:           Thu Feb  2 08:52:50 UTC 2012

Modified Files:
        wip/redis: Makefile PLIST distinfo
Added Files:
        wip/redis/patches: patch-src_debug.c

Log Message:
Update redis to 2.4.6.

Fix for a unconditional backtrace function.

What's new in Redis 2.4.6
=========================

* Fixed issue #141 part 1: Possible protocol desyncs when clients send
  wrong protocol is now fixed. (See issue 141 for more details)
* Fixed issue #141 part 2: Connection of multiple slaves used to result
  from time to time into corrupted protocol send to slaves connected
  after the first one. (See issue 141 for more details)
* Do not propagate DEBUG LOADAOF.
* New INFO contains information such as ip/port/state for every connected
  slave.
* Show GCC version in INFO output.

What's new in Redis 2.4.5
=========================

* Fixed a ZUNIONSTORE/ZINTERSTORE bug that can cause a NaN to be
  inserted as a sorted set element score. This happens when one of the
  elements has +inf/-inf score and the weight used is 0.
* Fixed memory leak in CLIENT INFO.
* Fixed a non critical SORT bug (Issue 224).
* Fixed a replication bug: now the timeout configuration is respected
  during the connection with the master.
* --quiet option implemented in the Redis test.


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/redis/patches/patch-src_debug.c
cvs -z3 rdiff -u -r1.11 -r1.12 wip/redis/Makefile
cvs -z3 rdiff -u -r1.12 -r1.13 wip/redis/distinfo
cvs -z3 rdiff -u -r1.6 -r1.7 wip/redis/PLIST

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/patches/patch-src_debug.c?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/Makefile?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/distinfo?r1=1.12&r2=1.13
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/redis/PLIST?r1=1.6&r2=1.7

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

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
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