You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2009/06/11 14:46:36 UTC

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

Author: kocolosk
Date: Thu Jun 11 12:46:36 2009
New Revision: 783746

URL: http://svn.apache.org/viewvc?rev=783746&view=rev
Log:
updated my 0.9.1 CHANGES and NEWS

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=783746&r1=783745&r2=783746&view=diff
==============================================================================
--- couchdb/branches/0.9.x/CHANGES (original)
+++ couchdb/branches/0.9.x/CHANGES Thu Jun 11 12:46:36 2009
@@ -4,16 +4,8 @@
 Version 0.9.1
 -------------
 
-r782645, kocolosk
 r781151, jchris
-r775725, kocolosk
-r775637, kocolosk
-r775634, kocolosk
-r775509, kocolosk
-r774409, kocolosk
 r774385, jan
-r774384, kocolosk
-r774382, kocolosk
 r774358, jan
 r774357, jan
 r774356, jan
@@ -64,7 +56,6 @@
 r769180, damien
 r766388, jchris
 r765422, jchris
-r765387, kocolosk
 
 Build and System Integration:
 
@@ -76,6 +67,14 @@
  * 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.
 
 Version 0.9.0
 -------------

Modified: couchdb/branches/0.9.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/NEWS?rev=783746&r1=783745&r2=783746&view=diff
==============================================================================
--- couchdb/branches/0.9.x/NEWS (original)
+++ couchdb/branches/0.9.x/NEWS Thu Jun 11 12:46:36 2009
@@ -10,7 +10,6 @@
 Version 0.9.1
 -------------
 
-r782645, kocolosk
 r781151, jchris
 r780351, davisp
 r780349, davisp
@@ -22,16 +21,9 @@
 r776686, davisp
 r776144, davisp
 r775798, davisp
-r775725, kocolosk
-r775637, kocolosk
-r775634, kocolosk
 r775578, davisp
-r775509, kocolosk
 r774588, davisp
-r774409, kocolosk
 r774385, jan
-r774384, kocolosk
-r774382, kocolosk
 r774358, jan
 r774357, jan
 r774356, jan
@@ -95,9 +87,9 @@
 r766354, davisp
 r766348, davisp
 r765422, jchris
-r765387, kocolosk
 
  * Miscellaneous improvements to build, system integration, and portability.
+ * Better support for Unicode and document attachments in the replicator.
 
 Version 0.9.0
 -------------