From 90a84f829962dc819048167b86bdd15cdb442234 Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 9 Sep 2013 14:05:03 +0000 Subject: --[ Redis 2.6.16 ] Release date: 28 Aug 2013 UPGRADE URGENCY: MODERATE. * [FIX] Stop writes when fork() fails when trying to BGSAVE. BGSAVE errors were trapped only in the case the saving child failed, so the fork() error was no trapped as no child is created at all. * [FIX] Fix a serious memory efficiency regression, Redis 2.6.16 is significantly better with large values (>= a few kbytes) and will be able to store two times the amount of data compared to Redis 2.6.15 when values are in that range. * [FIX] Fixed an issue with Table conversion in the lua-cmsgpack library exposed by the Redis scripting engine. * [NEW] DEBUG SDSLEN was introduced to debug memory inefficiencies due to SDS allocation more easily. --- databases/redis/Makefile | 4 ++-- databases/redis/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases/redis') diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 893a77da01f..c372b89ed69 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2013/08/26 10:10:08 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2013/09/09 14:05:03 fhajny Exp $ -DISTNAME= redis-2.6.15 +DISTNAME= redis-2.6.16 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/distinfo b/databases/redis/distinfo index d026ea79cfe..36ce468e65c 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2013/08/26 10:10:08 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2013/09/09 14:05:03 fhajny Exp $ -SHA1 (redis-2.6.15.tar.gz) = 037b116efb02a1d31c85f45a38d3a6cd637ba573 -RMD160 (redis-2.6.15.tar.gz) = 2714c3198559de08fe18f833b5cfc4c4d55e7cdb -Size (redis-2.6.15.tar.gz) = 998865 bytes +SHA1 (redis-2.6.16.tar.gz) = f94c0f623aaa8c310f9be2a88e81716de01ce0ce +RMD160 (redis-2.6.16.tar.gz) = af80991ab3bbfda9990d811ea521a367bec78eff +Size (redis-2.6.16.tar.gz) = 999579 bytes SHA1 (patch-ab) = 1faa0907ec5a47fb1f4f325a3002725006477466 SHA1 (patch-ac) = 51f06c5a0724cadd19acca5f8319d652d70bb251 -- cgit v1.2.3