Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 82418 invoked from network); 2 Dec 2009 19:15:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 19:15:31 -0000 Received: (qmail 10445 invoked by uid 500); 2 Dec 2009 19:15:30 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 10374 invoked by uid 500); 2 Dec 2009 19:15:30 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 10365 invoked by uid 99); 2 Dec 2009 19:15:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 19:15:30 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 19:15:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7A75923888C5; Wed, 2 Dec 2009 19:15:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r886270 - /couchdb/trunk/NEWS Date: Wed, 02 Dec 2009 19:15:08 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091202191508.7A75923888C5@eris.apache.org> Author: nslater Date: Wed Dec 2 19:15:07 2009 New Revision: 886270 URL: http://svn.apache.org/viewvc?rev=886270&view=rev Log: minor change Modified: couchdb/trunk/NEWS Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=886270&r1=886269&r2=886270&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Wed Dec 2 19:15:07 2009 @@ -65,7 +65,7 @@ * Remove branch callbacks to allow building couchjs against newer versions of Spidermonkey. - * Fix replication with 0.10+ servers initiated by an 0.9 server. + * Fix replication with 0.10 servers initiated by an 0.9 server. Version 0.9.1 -------------