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:22:11 UTC

svn commit: r1128193 - /couchdb/trunk/CHANGES

Author: rnewson
Date: Fri May 27 08:22:10 2011
New Revision: 1128193

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


Conflicts:

	CHANGES

Modified:
    couchdb/trunk/CHANGES

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=1128193&r1=1128192&r2=1128193&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Fri May 27 08:22:10 2011
@@ -51,6 +51,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:
 
@@ -70,6 +72,10 @@ Futon:
 
  * Added a "change password"-feature to Futon.
 
+URL Rewriter & Vhosts:
+
+ * Fix for variable substituion
+
 Version 1.0.1
 -------------