summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-07-07 20:01:51 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-07-07 20:01:51 +0000
commit151abc18a9172cbb7a92f671ab0b1d927d44abc3 (patch)
tree34c0d9b580909d6ba321339ca7d56ba0eb4b1301
parent9fdc382c35978bd729cf3953d45d30b2d2931445 (diff)
fixup news and changes for 1.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@961491 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES30
-rw-r--r--NEWS19
2 files changed, 36 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index 186d9a8f..ebc2c113 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,27 @@ Apache CouchDB CHANGES
Version 1.0.0
--------------
+Security:
+
+* Added authentication caching, to avoid repeated opening and closing of the
+ users database for each request requiring authentication.
+
+Storage System:
+
+* Small optimization for reordering result lists.
+* More efficient header commits.
+* Use O_APPEND to save lseeks.
+* Faster implementation of pread_iolist(). Further improves performance on
+ concurrent reads.
+
+View Server:
+
+* Faster default view collation.
+* Added option to include update_seq in view responses.
+
+Version 0.11.1
+--------------
+
HTTP Interface:
* Mask passwords in active tasks and logging.
@@ -38,8 +59,6 @@ Build and System Integration:
Security:
* Added authentication redirect URL to log in clients.
- * Added authentication caching, to avoid repeated opening and closing of the
- users database for each request requiring authentication.
* Fixed query parameter encoding issue in oauth.js.
* Made authentication timeout configurable.
* Temporary views are now admin-only resources.
@@ -51,14 +70,9 @@ Storage System:
it's correct.
* Make file deletions async to avoid pauses during compaction and db
deletion.
- * Small optimization for reordering result lists.
* Fixed for wrong offset when writing headers and converting them to blocks,
only triggered when header is larger than 4k.
- * More efficient header commits.
* Preserve _revs_limit and instance_start_time after compaction.
- * Use O_APPEND to save lseeks.
- * Faster implementation of pread_iolist(). Further improves performance on
- concurrent reads.
Configuration System:
@@ -79,9 +93,7 @@ View Server:
* Provide a UUID to update functions (and all other functions) that they can
use to create new docs.
- * Faster default view collation.
* Upgrade CommonJS modules support to 1.1.1.
- * Added option to include update_seq in view responses.
* Fixed erlang filter funs and normalize filter fun API.
* Fixed hang in view shutdown.
diff --git a/NEWS b/NEWS
index a2ed9741..cba12db1 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,21 @@ Each release section notes when backwards incompatible changes have been made.
Version 1.0.0
--------------
+This version has not yet been released.
+
+* More efficient header commits.
+* Use O_APPEND to save lseeks.
+* Faster implementation of pread_iolist(). Further improves performance on
+ concurrent reads.
+* Added authentication caching
+* Faster default view collation.
+* Added option to include update_seq in view responses.
+
+Version 0.11.1
+--------------
+
+This version has not yet been released.
+
* Mask passwords in active tasks and logging.
* Update mochijson2 to allow output of BigNums not in float form.
* Added support for X-HTTP-METHOD-OVERRIDE.
@@ -36,11 +51,7 @@ Version 1.0.0
deletion.
* Fixed for wrong offset when writing headers and converting them to blocks,
only triggered when header is larger than 4k.
- * More efficient header commits.
* Preserve _revs_limit and instance_start_time after compaction.
- * Use O_APPEND to save lseeks.
- * Faster implementation of pread_iolist(). Further improves performance on
- concurrent reads.
* Fixed timeout with large .ini files.
* Added tests for couch.js and jquery.couch.js
* Added various API features to jquery.couch.js