You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/02/20 21:31:56 UTC

svn commit: r912217 - in /couchdb/branches/0.11.x: CHANGES NEWS

Author: jan
Date: Sat Feb 20 20:31:56 2010
New Revision: 912217

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

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

Modified: couchdb/branches/0.11.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/CHANGES?rev=912217&r1=912216&r2=912217&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Sat Feb 20 20:31:56 2010
@@ -46,7 +46,7 @@
 
  * Added option to implicitly create replication target databases.
  * Avoid leaking file descriptors on automatic replication restarts.
- * Added option to replicate a list of documents by id
+ * Added option to replicate a list of documents by id.
 
 Storage System
 

Modified: couchdb/branches/0.11.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=912217&r1=912216&r2=912217&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Sat Feb 20 20:31:56 2010
@@ -35,6 +35,7 @@
  * Avoid leaking file descriptors on automatic replication restarts.
  * Various improvements to the Futon UI.
  * Provide Content-MD5 header support for attachments.
+ * Adds configurable compression of attachments.
  * Added default cookie-authentication and users db.
  * Added per-db reader access control lists.
  * Added per-db security object for configuration data in validation functions.