Updated Branches: refs/heads/0.8.x 0f7d850d4 -> 10be6e13c
Fixing some NEWS inconsistencies between 0.8.x and 0.9.x Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/10be6e13 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/10be6e13 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/10be6e13 Branch: refs/heads/0.8.x Commit: 10be6e13c45098bc42a65e932d7d58dc6e3c8534 Parents: 0f7d850 Author: Noah Slater <[email protected]> Authored: Mon Feb 25 20:53:39 2013 +0000 Committer: Noah Slater <[email protected]> Committed: Mon Feb 25 20:53:39 2013 +0000 ---------------------------------------------------------------------- NEWS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/10be6e13/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 9628a89..a457c52 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ This release contains backwards incompatible changes, please see above for help. * Added support for incremental map/reduce views. * Changed database file format. * Many improvements to Futon, the web administration interface. - * Miscellaneous improvements to system integration and portability. + * Miscellaneous improvements to build, system integration, and portability. * Swapped out Erlang's inets HTTP server for the Mochiweb HTTP server. * SpiderMonkey is no longer included with CouchDB, but rather treated as an external dependency. @@ -66,13 +66,13 @@ Version 0.5.0 Version 0.4.0 ------------- - * Non-existant variables are now nil lists. + * Non-existent variables are now nil lists. * Couch error codes and messages are no longer sent in the HTTP fields, instead they are exclusively returned in the XML body. This is to avoid HTTP header parsing problems with oddly formed error messages. * Returned error messages are now logged at the server at the `info` level to make general debugging easier. - * Fixed a problem where big table builds caused timesout errors. + * Fixed a problem where big table builds caused timeout errors. * Lots of changes in the low level machinery. Most formulas will continue to function the same. * Added full compiler support for extended characters in formula source.
