From owner-cvs-all@FreeBSD.ORG Sat Feb 4 07:06:47 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 52D76106564A; Sat, 4 Feb 2012 07:06:47 +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 42EDD8FC12; Sat, 4 Feb 2012 07:06:47 +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 q1476lqr016034; Sat, 4 Feb 2012 07:06:47 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1476lmn016033; Sat, 4 Feb 2012 07:06:47 GMT (envelope-from osa) Message-Id: <201202040706.q1476lmn016033@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Sat, 4 Feb 2012 07:06:47 +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: Sat, 04 Feb 2012 07:06:47 -0000 osa 2012-02-04 07:06:47 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.4.6 to 2.4.7. UPGRADE URGENCY: low/moderate if you don't experience any of the fixed problems. * [BUGFIX] Fixed false positive in issue #141 regression test. * [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC. * [BUGFIX] Don't increment stats for key misses / hits when key is written. * [BUGFIX] sds.c library now don't allocate more than 1MB ahead. * 32 bit instances without a maxmemory set now get a default limit of 3.5GB with maxmemory-policy set to noeviction. * Better crash report on crash (containing current client and command arguments). Revision Changes Path 1.41 +1 -1 ports/databases/redis/Makefile 1.34 +2 -2 ports/databases/redis/distinfo