From owner-cvs-ports@FreeBSD.ORG Sat Mar 31 14:01:30 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9787C106566C; Sat, 31 Mar 2012 14:01:30 +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 8392C8FC18; Sat, 31 Mar 2012 14:01:30 +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 q2VE1U79027402; Sat, 31 Mar 2012 14:01:30 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2VE1UZQ027401; Sat, 31 Mar 2012 14:01:30 GMT (envelope-from osa) Message-Id: <201203311401.q2VE1UZQ027401@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Sat, 31 Mar 2012 14:01:30 +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-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2012 14:01:30 -0000 osa 2012-03-31 14:01:30 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.4.9 to 2.4.10. Feature safe: yes UPGRADE URGENCY: High for users using replication with a DB identifier higher than 9, or chaining replication so that slaves are attached to other slaves. Low for all the other users. * [FEATURE] Redis --test-meory improved with new test testing addressing. * [BUGFIX] Fixed a memory leak: happens when replication is used with DB > 9. * [BUGFIX] Fixed a replication bug that happens in chained replicaiton when a slave is attached to a master that is later turned into a slave. Now the chained slave reconnection is properly forced. Revision Changes Path 1.44 +1 -1 ports/databases/redis/Makefile 1.37 +2 -2 ports/databases/redis/distinfo