You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2010/08/03 22:32:48 UTC

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

Author: jchris
Date: Tue Aug  3 20:32:48 2010
New Revision: 982027

URL: http://svn.apache.org/viewvc?rev=982027&view=rev
Log:
NEWS and CHANGES for 0.11.2

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=982027&r1=982026&r2=982027&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Tue Aug  3 20:32:48 2010
@@ -1,6 +1,32 @@
 Apache CouchDB CHANGES
 ======================
 
+Version 0.11.2
+--------------
+
+Replicator:
+
+  * Fix bug when pushing design docs by non-admins, which was hanging the 
+    replicator for no good reason.
+  * Fix bug when pulling design documents from a source that requires 
+    basic-auth.
+    
+HTTP Interface:
+
+  * Better error messages on invalid URL requests.
+
+Authentication:
+
+  * User documents can now be deleted by admins or the user.
+
+Security:
+
+  * Avoid potential DOS attack by guarding all creation of atoms.
+  
+Futon:
+
+  * Add some Futon files that were missing from the Makefile.
+
 Version 0.11.1
 --------------
 

Modified: couchdb/branches/0.11.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=982027&r1=982026&r2=982027&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Tue Aug  3 20:32:48 2010
@@ -7,6 +7,15 @@ For details about backwards incompatible
 
 Each release section notes when backwards incompatible changes have been made.
 
+Version 0.11.2
+--------------
+
+  * Replicator buxfixes for replicating design documents from secured databases.
+  * Better error messages on invalid URL requests.
+  * User documents can now be deleted by admins or the user.
+  * Avoid potential DOS attack by guarding all creation of atoms.
+  * Some Futon and JavaScript library bugfixes.
+
 Version 0.11.1
 --------------