From owner-cvs-all@FreeBSD.ORG Fri May 4 04:53:43 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0690106566C; Fri, 4 May 2012 04:53:43 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC848FC08; Fri, 4 May 2012 04:53:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q444rhil082583; Fri, 4 May 2012 04:53:43 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q444rh2t082582; Fri, 4 May 2012 04:53:43 GMT (envelope-from osa) Message-Id: <201205040453.q444rh2t082582@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 4 May 2012 04:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/redis Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2012 04:53:43 -0000 osa 2012-05-04 04:53:43 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: 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. Revision Changes Path 1.46 +1 -1 ports/databases/redis/Makefile 1.39 +2 -2 ports/databases/redis/distinfo