From commits-return-2675-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sat Jun 20 16:23:12 2009 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 84582 invoked from network); 20 Jun 2009 16:23:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jun 2009 16:23:12 -0000 Received: (qmail 4112 invoked by uid 500); 20 Jun 2009 16:23:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 4032 invoked by uid 500); 20 Jun 2009 16:23:23 -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 4023 invoked by uid 99); 20 Jun 2009 16:23:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2009 16:23:23 +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; Sat, 20 Jun 2009 16:23:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6ECA623888CC; Sat, 20 Jun 2009 16:23:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r786849 - in /couchdb/trunk: CHANGES NEWS Date: Sat, 20 Jun 2009 16:23:01 -0000 To: commits@couchdb.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090620162301.6ECA623888CC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Sat Jun 20 16:23:01 2009 New Revision: 786849 URL: http://svn.apache.org/viewvc?rev=786849&view=rev Log: copied 0.9.1 NEWS and CHANGES entries Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=786849&r1=786848&r2=786849&view=diff ============================================================================== --- couchdb/trunk/CHANGES (original) +++ couchdb/trunk/CHANGES Sat Jun 20 16:23:01 2009 @@ -14,6 +14,53 @@ * The SysV/BSD daemon script now creates the PID directory on each invokation because PREFIX/var/run might be a temporary filesystem. +Version 0.9.1 +------------- + +Build and System Integration: + + * Updated top-level documentation. + * PID file directory is now created by the SysV/BSD daemon scripts. + * Fixed the environment variables shown by the configure script. + * Fixed the build instructions shown by the configure script. + +Configuration and stats system: + + * Corrected missing configuration file error message. + * Fixed incorrect recording of request time. + +Database Core: + + * Document validation for underscore prefixed variables. + * Made attachment storage less sparse. + * Fixed problems when a database with delayed commits pending is considered + idle, and subject to losing changes when shutdown. (COUCHDB-334) + +External Handlers: + + * Fix POST requests. + +Futon Utility Client: + + * Redirect when loading a deleted view URI from the cookie. + +HTTP Interface: + + * Attachment requests respect the "rev" query-string parameter. + +JavaScript View Server: + + * Useful JavaScript Error messages. + +Replication: + + * Added support for Unicode characters transmitted as UTF-16 surrogate pairs. + * URL-encode attachment names when necessary. + * Pull specific revisions of an attachment, instead of just the latest one. + * Work around a rare chunk-merging problem in ibrowse. + * Work with documents containing Unicode characters outside the Basic + Multilingual Plane. + Version 0.9.0 ------------- Modified: couchdb/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=786849&r1=786848&r2=786849&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Sat Jun 20 16:23:01 2009 @@ -17,6 +17,13 @@ * Added modular configuration file directories. * Miscellaneous improvements to build, system integration, and portability. +Version 0.9.1 +------------- + + * Various bug fixes for the build system, configuration, statistics reporting, + database core, external handlers, Futon interface, HTTP interface, + JavaScript View Server and replicator. + Version 0.9.0 -------------