diff options
author | Noah Slater <nslater@apache.org> | 2010-03-13 12:58:58 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-03-13 12:58:58 +0000 |
commit | df02faf94ccac1b3ca0b213611c2f3fba7d9420d (patch) | |
tree | 472714a64434a02924ec32ceb0d80808e22e30c5 /CHANGES | |
parent | e42397b55ef426a5038d5053fdd5de9d6d484675 (diff) |
initial round of documentation changes
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@922548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 66 |
1 files changed, 36 insertions, 30 deletions
@@ -6,7 +6,7 @@ Version 0.11.0 This version has not been released yet. -Security +Security: * Added default cookie-authentication and users database. * Added Futon user interface for user signup and login. @@ -15,22 +15,13 @@ Security functions. * Added proxy authentication handler -HTTP Interface +HTTP Interface: * Provide Content-MD5 header support for attachments. * Added URL Rewriter handler. * Added virtual host handling. -Build and System Integration - - * Added support for building a Windows installer as part of 'make dist'. - * Bug fix for building couch.app's module list. - * ETap tests are now run during make distcheck. This included a number of - updates to the build system to properly support VPATH builds. - * Gavin McDonald setup a build-bot instance. More info can be found at - http://ci.apache.org/buildbot.html - -View Server +View Server: * Added optional 'raw' binary collation for faster view builds where Unicode collation is not important. @@ -43,27 +34,27 @@ View Server support. The new HTTP interaction acts like a synchronous XHR. Example usage of the new system is in the JavaScript CLI test runner. -Replication +Replication: * Added option to implicitly create replication target databases. * Avoid leaking file descriptors on automatic replication restarts. * Added option to replicate a list of documents by id. * Allow continuous replication to be cancelled. -Storage System +Storage System: * Adds batching of multiple updating requests, to improve throughput with many writers. Removed the now redundant couch_batch_save module. * Adds configurable compression of attachments. -Runtime Statistics +Runtime Statistics: * Statistics are now calculated for a moving window instead of non-overlapping - timeframes. + timeframes. * Fixed a problem with statistics timers and system sleep. * Moved statistic names to a term file in the priv directory. -Futon +Futon: * Added a button for view compaction. * JSON strings are now displayed as-is in the document view, without the escaping of @@ -76,19 +67,28 @@ Futon inserts a tab character at the current caret position. * Fixed some font declarations. +Build and System Integration: + + * Added support for building a Windows installer as part of 'make dist'. + * Bug fix for building couch.app's module list. + * ETap tests are now run during make distcheck. This included a number of + updates to the build system to properly support VPATH builds. + * Gavin McDonald setup a build-bot instance. More info can be found at + http://ci.apache.org/buildbot.html + Version 0.10.1 -------------- -Replicator +Replicator: * Stability enhancements regarding redirects, timeouts, OAuth. -Query Server +Query Server: * Avoid process leaks * Allow list and view to span languages -Stats +Stats: * Eliminate new process flood on system wake @@ -99,31 +99,37 @@ Build and System Integration: Version 0.10.0 -------------- -Storage Format +Storage Format: * Add move headers with checksums to the end of database files for extra robust storage and faster storage. -View Server +View Server: * Added native Erlang views for high-performance applications. +HTTP Interface: + + * Added optional cookie-based authentication handler. + * Added optional two-legged OAuth authentication handler. + Build and System Integration: * Changed `couchdb` script configuration options. * Added default.d and local.d configuration directories to load sequence. -HTTP Interface: - - * Added optional cookie-based authentication handler. - * Added optional two-legged OAuth authentication handler. Version 0.9.2 ------------- +Replication: + + * Fix replication with 0.10 servers initiated by an 0.9 server (COUCHDB-559). + +Build and System Integration: + * Remove branch callbacks to allow building couchjs against newer versions of Spidermonkey. - * Fix replication with 0.10 servers initiated by an 0.9 server (COUCHDB-559). Version 0.9.1 ------------- @@ -151,7 +157,7 @@ External Handlers: * Fix POST requests. -Futon Utility Client: +Futon: * Redirect when loading a deleted view URI from the cookie. @@ -296,7 +302,7 @@ Build and System Integration: * Updated `sudo` example in `README` to use the `-i` option, this fixes problems when invoking from a directory the `couchdb` user cannot access. -Futon Utility Client: +Futon: * The view selector dropdown should now work in Opera and Internet Explorer even when it includes optgroups for design documents. (COUCHDB-81) @@ -374,7 +380,7 @@ Build and System Integration: * The `couchdb` and `couchjs` scripts have been improved for portability. * The build and system integration have been improved for portability. -Futon Utility Client: +Futon: * When adding a field to a document, Futon now just adds a field with an autogenerated name instead of prompting for the name with a dialog. The name |