Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 5900 invoked from network); 13 Oct 2009 23:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 23:43:33 -0000 Received: (qmail 93868 invoked by uid 500); 13 Oct 2009 23:43:33 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 93814 invoked by uid 500); 13 Oct 2009 23:43:33 -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 93805 invoked by uid 99); 13 Oct 2009 23:43:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 23:43:33 +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; Tue, 13 Oct 2009 23:43:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D9722388906; Tue, 13 Oct 2009 23:43:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824976 - /couchdb/trunk/NEWS Date: Tue, 13 Oct 2009 23:43:11 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091013234311.5D9722388906@eris.apache.org> Author: jan Date: Tue Oct 13 23:43:10 2009 New Revision: 824976 URL: http://svn.apache.org/viewvc?rev=824976&view=rev Log: add create_target:true NEWS item Modified: couchdb/trunk/NEWS Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=824976&r1=824975&r2=824976&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Tue Oct 13 23:43:10 2009 @@ -12,6 +12,7 @@ This version has not been released yet. + * Added option to implicitly create replication target databases * Improved view information objects. * Bug fix for partial updates durring view builds.