Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 89764 invoked from network); 4 Nov 2009 16:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Nov 2009 16:23:15 -0000 Received: (qmail 50411 invoked by uid 500); 4 Nov 2009 16:23:15 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 50344 invoked by uid 500); 4 Nov 2009 16:23:15 -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 50335 invoked by uid 99); 4 Nov 2009 16:23:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 16:23:15 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,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, 04 Nov 2009 16:23:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6CF2723888E2; Wed, 4 Nov 2009 16:22:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r832789 - in /couchdb/trunk: CHANGES NEWS Date: Wed, 04 Nov 2009 16:22:52 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091104162252.6CF2723888E2@eris.apache.org> Author: jan Date: Wed Nov 4 16:22:51 2009 New Revision: 832789 URL: http://svn.apache.org/viewvc?rev=832789&view=rev Log: Update NEWS and Changes. Committers, please maintain these files. Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=832789&r1=832788&r2=832789&view=diff ============================================================================== --- couchdb/trunk/CHANGES (original) +++ couchdb/trunk/CHANGES Wed Nov 4 16:22:51 2009 @@ -6,6 +6,36 @@ This version has not been released yet. +Build and System Integration + + * Added support for building a Windows installer as part of 'make dist'. + * Bug fix for building couch.app's module list. + +View Server + + * Added optional 'raw' binary collation for faster view builds where Unicode + collation is not important. + * Improved view index build time by reducing ICU collation callouts. + * Improved view information objects. + * Bug fix for partial updates during view builds. + +Replication + + * Added option to implicitly create replication target databases. + +Storage System + + * Adds batching of multiple updating requests, to improve throughput with many + writers. Removed the now redundant couch_batch_save module. + +Runtime Statistics + + * Fixed a problem with statistics timers and system sleep. + +Futon + + * Added a button for view compaction. + Version 0.10.0 -------------- Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=832789&r1=832788&r2=832789&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Wed Nov 4 16:22:51 2009 @@ -20,6 +20,16 @@ * Improved view information objects. * Bug fix for partial updates during view builds. * Bug fix for building couch.app's module list. + * Fixed a problem with statistics timers and system sleep. + * Adds batching of multiple updating requests, to improve throughput with many + writers. Removed the now redundant couch_batch_save module. + * Bug fix for premature termination of chunked responses. + * Improved speed and concurrency of config lookups. + * Fixed an edge case for HTTP redirects during replication. + * Fixed HTTP timeout handling for replication. + * Fixed query parameter handling in OAuth'd replication. + * Fixed a bug preventing mixing languages with lists and views. + * Avoid OS process leaks in lists. Version 0.10.0 --------------