From 6668abdc3fececa44694569b3b7f5389e6742438 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Fri, 4 May 2012 04:53:43 +0000 Subject: Update from 2.4.11 to 2.4.13. What's new in Redis 2.4.13 ========================== UPGRADE URGENCY: high for all the users of the KEYS command, otherwise low. * [BUGFIX] Fix for KEYS command: if the DB contains keys with expires the KEYS command may return the wrong output, having duplicated or missing keys. See issue #487 and #488 on github for details. What's new in Redis 2.4.12 ========================== UPGRADE URGENCY: low if you don't experience any of the fixed problems. * [BUGFIX] Limit the amount of memory consumed by the slow log. * [BUGFIX] --test-memory option fixes. * [BUGFIX] Less false positives in tests. --- databases/redis/Makefile | 2 +- databases/redis/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'databases') diff --git a/databases/redis/Makefile b/databases/redis/Makefile index c5afd9ca771d..74cec13e51a1 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.11 +PORTVERSION= 2.4.13 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 03259da5a8f1..8b85858f569c 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.11.tar.gz) = f96e8ecb4bca73b650df04fcd8420998cbd12b43c12b4ef23e37bfd85507bffc -SIZE (redis-2.4.11.tar.gz) = 624261 +SHA256 (redis-2.4.13.tar.gz) = b6e057b6b5cd5946f8b46b2427401400686ed4f6c4af446eb1f0ec170d3f87be +SIZE (redis-2.4.13.tar.gz) = 625464 -- cgit v1.2.3