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/02/02 00:23:55 UTC

svn commit: r905453 - in /couchdb/trunk: CHANGES NEWS

Author: jchris
Date: Mon Feb  1 23:23:55 2010
New Revision: 905453

URL: http://svn.apache.org/viewvc?rev=905453&view=rev
Log:
add security stuff to CHANGES and NEWS

Modified:
    couchdb/trunk/CHANGES
    couchdb/trunk/NEWS

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=905453&r1=905452&r2=905453&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Mon Feb  1 23:23:55 2010
@@ -6,6 +6,13 @@
 
 This version has not been released yet.
 
+Security
+
+ * Added default cookie-authentication and users database.
+ * Added Futon user interface for user signup and login.
+ * Added per-database reader access control lists.
+ * Added per-database security object for configuration data in validation functions.
+
 HTTP Interface
 
  * Provide Content-MD5 header support for attachments.
@@ -33,6 +40,7 @@
 
  * Adds batching of multiple updating requests, to improve throughput with many
    writers. Removed the now redundant couch_batch_save module.
+ * Adds configurable compression of attachments.
 
 Runtime Statistics
 

Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=905453&r1=905452&r2=905453&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Mon Feb  1 23:23:55 2010
@@ -33,7 +33,10 @@
  * Avoid leaking file descriptors on automatic replication restarts.
  * Various improvements to the Futon UI.
  * Provide Content-MD5 header support for 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.
+ 
 Version 0.10.1
 --------------