Date: Thu, 26 May 2011 12:55:26 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/redis Makefile distinfo Message-ID: <201105261255.p4QCtQ88039086@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
osa 2011-05-26 12:55:26 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.2.7 to 2.2.8. <ChangeLog> * A new form of dict.c (hash table implementation) iterator that performs less copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE, ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way. This bug is now fixed. * Print version info before running the test with 'make test'. This is mainly useful for the Continuous Integration system we run. * Fix for DEBUG DIGEST, key may expire on lookup, producing the wrong result. * Replication with expire test modified to produce no or less false failures. * Fixed Z*STORE when dealing with intsets, regression test added. </ChangeLog> Revision Changes Path 1.25 +1 -1 ports/databases/redis/Makefile 1.22 +2 -2 ports/databases/redis/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105261255.p4QCtQ88039086>