From owner-cvs-ports@FreeBSD.ORG Fri Jun 10 08:53:43 2011 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 68E34106566C; Fri, 10 Jun 2011 08: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 4137C8FC0C; Fri, 10 Jun 2011 08: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 p5A8rho9071830; Fri, 10 Jun 2011 08: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 p5A8rhVr071829; Fri, 10 Jun 2011 08:53:43 GMT (envelope-from osa) Message-Id: <201106100853.p5A8rhVr071829@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 10 Jun 2011 08: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-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: Fri, 10 Jun 2011 08:53:43 -0000 osa 2011-06-10 08:53:43 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.2.8 to 2.2.9. * A Slave used to rewrite the AOF log after a sync with the master, but the rewrite was performed at the wrong time, causing inconsistencies in the AOF file generated. * [LR]LPUSH replication in presence of BRPOPLPUSH was broken. Fixed. * Memory leak in BRPOPLPUSH fixed. * Pub/Sub bug resulting in random crashes fixed. Revision Changes Path 1.26 +1 -1 ports/databases/redis/Makefile 1.23 +2 -2 ports/databases/redis/distinfo