summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-02-01 23:23:55 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-02-01 23:23:55 +0000
commit426fa47bd0c87298fe8cba15e337dfe2abc5b785 (patch)
tree2a7f97638b5b5605dc904d597880c1e90992abd4
parent8ef616ca80246e5c104c5212af0c28ab2412b9d4 (diff)
add security stuff to CHANGES and NEWS
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905453 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
-rw-r--r--NEWS5
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dd257772..65fce3c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@ Version 0.11.0
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 @@ Storage System
* 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
diff --git a/NEWS b/NEWS
index b07f8bcd..06827fa2 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,10 @@ This version has not been released yet.
* 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
--------------