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

svn commit: r785811 - in /couchdb/branches/0.9.x: CHANGES NEWS

Author: davisp
Date: Wed Jun 17 21:25:17 2009
New Revision: 785811

URL: http://svn.apache.org/viewvc?rev=785811&view=rev
Log:
Heeded Noah's wishes in matching the format for the 0.8.1 release in NEWS and CHANGES.


Modified:
    couchdb/branches/0.9.x/CHANGES
    couchdb/branches/0.9.x/NEWS

Modified: couchdb/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/CHANGES?rev=785811&r1=785810&r2=785811&view=diff
==============================================================================
--- couchdb/branches/0.9.x/CHANGES (original)
+++ couchdb/branches/0.9.x/CHANGES Wed Jun 17 21:25:17 2009
@@ -8,28 +8,45 @@
 
  * Updated top-level documentation.
  * PID file directory is created by the SysV/BSD daemon scripts.
+ * Show correct environment variables in ./configure --help.
+ * Fix build instructions shown by ./configure.
 
-Bug Fixes
+Configuration and stats system:
 
- * Futon redirects when a view gets deleted.
- * Document validation for underscore prefixed variables
- * POST'ing to _external handlers.
- * Attachment requests respect the "rev" query-string parameter.
- * Added support for unicode characters transmitted as UTF-16 surrogate pairs.
- * Replicator URL-encodes attachment names when necessary.
- * Replicator pulls specific revisions of an attachment, instead of just the
-   latest one.
- * Replicator works around a rare chunk-merging problem in ibrowse.
- * Replicator works with documents containing Unicode characters outside the
-   Basic Multilingual Plane.
- * Fix build instructions shown by ./configure.
- * Show correct environment variables in ./configure --help.
+ * Correct missing-.ini file error message.
  * Fix incorrect recording of request time.
+
+Database Core:
+
+ * Document validation for underscore prefixed variables
  * Made attachment storage less sparse.
  * Fix for COUCHDB-334 where a database with delayed commits pending is 
    considered idle, and subject to losing changes when shutdown.
+
+External Handlers:
+
+ * Fix POST requests.
+
+Futon Utility Client:
+
+ * Redirect when loading a deleted view URL from the cookie.
+
+HTTP Interface:
+
+ * Attachment requests respect the "rev" query-string parameter.
+
+JavaScript View Server:
+
  * Useful JavaScript Error messages.
- * Correct missing-.ini file error message.
+
+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/branches/0.9.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/NEWS?rev=785811&r1=785810&r2=785811&view=diff
==============================================================================
--- couchdb/branches/0.9.x/NEWS (original)
+++ couchdb/branches/0.9.x/NEWS Wed Jun 17 21:25:17 2009
@@ -10,9 +10,9 @@
 Version 0.9.1
 -------------
 
- * Miscellaneous improvements to build, system integration, and portability.
- * Better support for Unicode and document attachments in the replicator.
- * Various bug fixes
+ * 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
 -------------