From owner-cvs-all@FreeBSD.ORG Fri Sep 10 05:59:21 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 516CB1065672; Fri, 10 Sep 2010 05:59:21 +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 428AF8FC13; Fri, 10 Sep 2010 05:59:21 +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 o8A5xL5r016458; Fri, 10 Sep 2010 05:59:21 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8A5xL4W016457; Fri, 10 Sep 2010 05:59:21 GMT (envelope-from osa) Message-Id: <201009100559.o8A5xL4W016457@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 10 Sep 2010 05:59:21 +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-devel 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: Fri, 10 Sep 2010 05:59:21 -0000 osa 2010-09-10 05:59:21 UTC FreeBSD ports repository Modified files: databases/redis-devel Makefile distinfo Log: Update from 2.0.0 to 2.0.1. - Fixed a not critical but important VM bug: from time to time a race condition may happen and a client may never get the reply from a given request. - Now we have a make install target as stated in the README. - redis-cli no longer tries to understand if it's part of a pipe so there is to use the -x option to read the last arg from stdin. This prevents it from creating problem when running inside cron scripts. - Fixed the init script provided in the tar.gz. It was totally broken. - Fixed a bug related to connecting more than 10k clients to Redis. Revision Changes Path 1.15 +2 -2 ports/databases/redis-devel/Makefile 1.15 +3 -3 ports/databases/redis-devel/distinfo