summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 15 insertions, 4 deletions
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