diff options
author | Noah Slater <nslater@apache.org> | 2010-07-07 20:10:20 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-07-07 20:10:20 +0000 |
commit | b458999a36785410d7a45b5d4cb5bea2d5638994 (patch) | |
tree | ed6d33d15255994033af040211758dd9daf2839e /NEWS | |
parent | 74b5bd2bfaa1d15c8e2f379b33ae601c9da2de13 (diff) |
fixed up version numbers, etc
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@961493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -8,11 +8,22 @@ For details about backwards incompatible changes, see: Each release section notes when backwards incompatible changes have been made. Version 1.1.0 --------------- +------------- This version has not been released yet. Version 1.0.0 +------------- + +* 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 -------------- * Mask passwords in active tasks and logging. @@ -41,11 +52,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 @@ -61,7 +68,6 @@ Version 1.0.0 * Allow isolation of databases with vhosts. * Made the test suite overall more reliable. - Version 0.11.0 -------------- |