You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jc...@apache.org on 2010/07/07 22:01:51 UTC

svn commit: r961491 - in /couchdb/branches/1.0.x: CHANGES NEWS

Author: jchris
Date: Wed Jul  7 20:01:51 2010
New Revision: 961491

URL: http://svn.apache.org/viewvc?rev=961491&view=rev
Log:
fixup news and changes for 1.0

Modified:
    couchdb/branches/1.0.x/CHANGES
    couchdb/branches/1.0.x/NEWS

Modified: couchdb/branches/1.0.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=961491&r1=961490&r2=961491&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Wed Jul  7 20:01:51 2010
@@ -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.
 

Modified: couchdb/branches/1.0.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=961491&r1=961490&r2=961491&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Wed Jul  7 20:01:51 2010
@@ -10,6 +10,21 @@ Each release section notes when backward
 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