You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/06/20 18:23:01 UTC

svn commit: r786849 - in /couchdb/trunk: CHANGES NEWS

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
 -------------