diff options
author | Noah Slater <nslater@apache.org> | 2010-07-09 15:51:32 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-07-09 15:51:32 +0000 |
commit | ba34253d2bb6fa561a247fb0ed2f5acd7cd66e7f (patch) | |
tree | 97647c0b1ce1dea6ac770b22a8c3919fc5d05182 | |
parent | 44fe80dfdcf8540402e80580bcfa4f184cbc3b21 (diff) |
added some list padding to NEWS and CHANGES
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@962577 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 18 | ||||
-rw-r--r-- | NEWS | 14 |
2 files changed, 16 insertions, 16 deletions
@@ -11,21 +11,21 @@ Version 1.0.0 Security: -* Added authentication caching, to avoid repeated opening and closing of the - users database for each request requiring authentication. + * 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. + * 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. + * Faster default view collation. + * Added option to include update_seq in view responses. Version 0.11.1 -------------- @@ -15,13 +15,13 @@ 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. + * 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 -------------- |