You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2011/05/27 10:20:25 UTC

svn commit: r1128191 - /couchdb/branches/1.1.x/CHANGES

Author: rnewson
Date: Fri May 27 08:20:24 2011
New Revision: 1128191

URL: http://svn.apache.org/viewvc?rev=1128191&view=rev
Log:
update CHANGES

Modified:
    couchdb/branches/1.1.x/CHANGES

Modified: couchdb/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/CHANGES?rev=1128191&r1=1128190&r2=1128191&view=diff
==============================================================================
--- couchdb/branches/1.1.x/CHANGES (original)
+++ couchdb/branches/1.1.x/CHANGES Fri May 27 08:20:24 2011
@@ -31,6 +31,8 @@ Replicator:
  * Added `_replicator` database to manage replications.
  * Fixed issues when an endpoint is a remote database accessible via SSL.
  * Added support for continuous by-doc-IDs replication.
+ * Fix issue where revision info was omitted when replicating attachments.
+ * Integrity of attachment replication is now verified by MD5.
 
 Storage System:
 
@@ -50,6 +52,9 @@ Futon:
 
  * Added a "change password"-feature to Futon.
 
+URL Rewriter & Vhosts:
+
+ * Fix for variable substituion
 
 Version 1.0.1
 -------------