Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 86567 invoked from network); 4 Nov 2009 16:14: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:14:15 -0000 Received: (qmail 24479 invoked by uid 500); 4 Nov 2009 16:14:15 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 24424 invoked by uid 500); 4 Nov 2009 16:14: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 24404 invoked by uid 99); 4 Nov 2009 16:14: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:14:15 +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, 04 Nov 2009 16:14:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9956B23888E2; Wed, 4 Nov 2009 16:13:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r832787 - /couchdb/branches/0.10.x/NEWS Date: Wed, 04 Nov 2009 16:13:52 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091104161352.9956B23888E2@eris.apache.org> Author: jan Date: Wed Nov 4 16:13:52 2009 New Revision: 832787 URL: http://svn.apache.org/viewvc?rev=832787&view=rev Log: update NEWS Modified: couchdb/branches/0.10.x/NEWS Modified: couchdb/branches/0.10.x/NEWS URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/NEWS?rev=832787&r1=832786&r2=832787&view=diff ============================================================================== --- couchdb/branches/0.10.x/NEWS (original) +++ couchdb/branches/0.10.x/NEWS Wed Nov 4 16:13:52 2009 @@ -7,6 +7,19 @@ Each release section notes when backwards incompatible changes have been made. +Version 0.10.1 +-------------- + +This release is a maintenance release including bugfixes and other miscellaneous +improvements. + + * Fixed a problem with statistics timers and system sleep. + * 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 --------------