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:24:01 UTC

svn commit: r982025 - in /couchdb/branches/1.0.x: CHANGES NEWS

Author: jchris
Date: Tue Aug  3 20:24:01 2010
New Revision: 982025

URL: http://svn.apache.org/viewvc?rev=982025&view=rev
Log:
update NEWS and CHANGES for 1.0.1 release

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

Modified: couchdb/branches/1.0.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=982025&r1=982024&r2=982025&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Tue Aug  3 20:24:01 2010
@@ -1,6 +1,40 @@
 Apache CouchDB CHANGES
 ======================
 
+Version 1.0.1
+-------------
+
+Replicator:
+
+  * Added support for replication via an HTTP/HTTP proxy.
+  * 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.
+  * Fix pull replication of attachments from 0.11 to 1.0.x
+  * Make the _changes feed work with non-integer seqnums.
+    
+HTTP Interface:
+
+  * Show fields saved along with _deleted=true. Allows for auditing of deletes.
+  * Better error messages on bad URL requests.
+  * More robust Accept-header detection.
+
+Authentication:
+
+  * Anable basic-auth popup when required to access the server, to prevent
+    people from getting locked out.
+  * 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.
+  * User interface element for querying stale (cached) views.
+
 Version 1.0.0
 -------------
 

Modified: couchdb/branches/1.0.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=982025&r1=982024&r2=982025&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Tue Aug  3 20:24:01 2010
@@ -7,6 +7,19 @@ For details about backwards incompatible
 
 Each release section notes when backwards incompatible changes have been made.
 
+Version 1.0.1
+-------------
+
+  * Added support for replication via an HTTP/HTTP proxy.
+  * Fixed various replicator bugs for security and interop with older CouchDB 
+    versions.
+  * Show fields saved along with _deleted=true. Allows for auditing of deletes.
+  * Better error messages on bad URL requests.
+  * Anable basic-auth popup when required to access the server, to prevent
+    people from getting locked out.
+  * Avoid potential DOS attack by guarding all creation of atoms.
+  * User interface element for querying stale (cached) views.
+
 Version 1.0.0
 -------------