From owner-cvs-all@FreeBSD.ORG Sun Apr 22 09:37:04 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E829106564A; Sun, 22 Apr 2012 09:37:04 +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 6BD2F8FC0A; Sun, 22 Apr 2012 09:37:04 +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 q3M9b4HG025101; Sun, 22 Apr 2012 09:37:04 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3M9b4WP025100; Sun, 22 Apr 2012 09:37:04 GMT (envelope-from osa) Message-Id: <201204220937.q3M9b4WP025100@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Sun, 22 Apr 2012 09:37:04 +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, 22 Apr 2012 09:37:04 -0000 osa 2012-04-22 09:37:04 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.4.10 to 2.4.11. UPGRADE URGENCY: moderate if you don't experience any of the fixed problems. * [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash under non easy to replicate condiitons. See issue #267 on github. * [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460. * [BUGFIX] INFO field master_link_down_since_seconds initialized correctly. * [FEATURE] redis-cli back ported from Redis unstable. Now has support for --bigkeys (to sample the DB for very large keys), --slave to simulate a slave instance. Revision Changes Path 1.45 +1 -1 ports/databases/redis/Makefile 1.38 +2 -2 ports/databases/redis/distinfo