From dc4070b05d80b7060e4c5703c2cf69fc7a2258ba Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sat, 6 Oct 2012 13:54:19 +0000 Subject: Update from 2.6.0rc7 to 2.6.0rc8. Add TEST option for running unit tests. Add test and regression-test targets. Remove needless patch. New Makefile header convention. PR: 172396 * [BUGFIX] Fixed compilation on FreeBSD. * [IMPROVED] SRANDMEMBER that returns multiple random elements. * [IMPROVED] Sentinel backported to 2.6. It will be taken in sync with 2.8. * [IMPROVED] Helper function for scripting to return errors and status replies. * [IMPROVED] SORT by nosort [ASC|DESC] uses sorted set elements ordering. * [BUGFIX] Better resistence to system clock skew. * [IMPROVED] Warn the user when the configured maxmemory seems odd. * [BUGFIX] Hashing function is now murmurhash2 for security purposes. * [IMPROVED] Install script no longer uses a template but redis.conf itself. --- databases/redis-devel/files/patch-src::replication.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 databases/redis-devel/files/patch-src::replication.c (limited to 'databases/redis-devel/files') diff --git a/databases/redis-devel/files/patch-src::replication.c b/databases/redis-devel/files/patch-src::replication.c deleted file mode 100644 index 3b99f53c2d6d..000000000000 --- a/databases/redis-devel/files/patch-src::replication.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/replication.c.orig 2012-09-19 10:46:28.000000000 +0400 -+++ src/replication.c 2012-09-19 10:47:01.000000000 +0400 -@@ -1,5 +1,7 @@ - #include "redis.h" - -+#include -+#include - #include - #include - #include -- cgit v1.2.3