From owner-cvs-all@FreeBSD.ORG Sun Oct 17 07:04:56 2010 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 8905E106564A; Sun, 17 Oct 2010 07:04:56 +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 791788FC08; Sun, 17 Oct 2010 07:04:56 +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 o9H74u40017331; Sun, 17 Oct 2010 07:04:56 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9H74u1O017330; Sun, 17 Oct 2010 07:04:56 GMT (envelope-from osa) Message-Id: <201010170704.o9H74u1O017330@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Sun, 17 Oct 2010 07:04:56 +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: Sun, 17 Oct 2010 07:04:56 -0000 osa 2010-10-17 07:04:56 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.0.2 to 2.0.3. - The maxmemory directive was broken in Redis <= 2.0.2, since from time to time it replayed with an error about memory limit reached even when it was possible to expire some volatile key to make room for new data. The new behaviour is the correct one of always allowing write operations to succeed as long as there are other volatile keys to remove. - An AOF bug related to blocking POP could crash Redis on AOF reload. This is now fixed thanks to Pieter Noordhuis and a kind user that helped us on IRC. Revision Changes Path 1.16 +1 -1 ports/databases/redis/Makefile 1.14 +3 -3 ports/databases/redis/distinfo