From commits-return-3571-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Wed Dec 02 18:37:06 2009 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 66525 invoked from network); 2 Dec 2009 18:37:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 18:37:06 -0000 Received: (qmail 53023 invoked by uid 500); 2 Dec 2009 18:37:06 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 52933 invoked by uid 500); 2 Dec 2009 18:37:05 -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 52924 invoked by uid 99); 2 Dec 2009 18:37:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 18:37:05 +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; Wed, 02 Dec 2009 18:37:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2ED4E23889DE; Wed, 2 Dec 2009 18:36:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r886242 - in /couchdb/trunk: CHANGES NEWS Date: Wed, 02 Dec 2009 18:36:36 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091202183642.2ED4E23889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Wed Dec 2 18:36:30 2009 New Revision: 886242 URL: http://svn.apache.org/viewvc?rev=886242&view=rev Log: added 0.9.2 changes/news to trunk Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=886242&r1=886241&r2=886242&view=diff ============================================================================== --- couchdb/trunk/CHANGES (original) +++ couchdb/trunk/CHANGES Wed Dec 2 18:36:30 2009 @@ -25,7 +25,7 @@ Storage System - * Adds batching of multiple updating requests, to improve throughput with many + * Adds batching of multiple updating requests, to improve throughput with many writers. Removed the now redundant couch_batch_save module. Runtime Statistics @@ -78,6 +78,13 @@ * Added optional cookie-based authentication handler. * Added optional two-legged OAuth authentication handler. +Version 0.9.2 +------------- + + * Remove branch callbacks to allow building couchjs against newer versions of + Spidermonkey. + * Fix replication with 0.10+ servers initiated by an 0.9 server (COUCHDB-559). + Version 0.9.1 ------------- Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=886242&r1=886241&r2=886242&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Wed Dec 2 18:36:30 2009 @@ -21,7 +21,7 @@ * 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 + * 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. @@ -60,6 +60,13 @@ * Added modular configuration file directories. * Miscellaneous improvements to build, system integration, and portability. +Version 0.9.2 +------------- + + * Remove branch callbacks to allow building couchjs against newer versions of + Spidermonkey. + * Fix replication with 0.10+ servers initiated by an 0.9 server. + Version 0.9.1 -------------