diff options
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 12 insertions, 1 deletions
@@ -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 @@ -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 -------------- |