From commits-return-3292-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Fri Oct 16 13:46:58 2009 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 4910 invoked from network); 16 Oct 2009 13:46:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 13:46:58 -0000 Received: (qmail 77734 invoked by uid 500); 16 Oct 2009 13:46:58 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 77657 invoked by uid 500); 16 Oct 2009 13:46:58 -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 77648 invoked by uid 99); 16 Oct 2009 13:46:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 13:46:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 16 Oct 2009 13:46:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4834F23888E5; Fri, 16 Oct 2009 13:46:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825894 - /couchdb/trunk/NEWS Date: Fri, 16 Oct 2009 13:46:35 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091016134635.4834F23888E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jan Date: Fri Oct 16 13:46:34 2009 New Revision: 825894 URL: http://svn.apache.org/viewvc?rev=825894&view=rev Log: being pedantic^Wconsistent Modified: couchdb/trunk/NEWS Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=825894&r1=825893&r2=825894&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Fri Oct 16 13:46:34 2009 @@ -32,7 +32,7 @@ * More robust push and pull replication. * Two-legged OAuth Support for applications and replication (three legged in preparation). - * Cookie Authentication + * Cookie Authentication. * API detail improvements. * Better RFC 2616 (HTTP 1.1) compliance. * Added modular configuration file directories.