Updated Branches: refs/heads/master 3c8432e4d -> 77d613c63
Added 1.0.3 to NEWS and CHANGES Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/77d613c6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/77d613c6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/77d613c6 Branch: refs/heads/master Commit: 77d613c637a72d2f4dc3c67f3074f9aaa2e7310d Parents: 3c8432e Author: Noah Slater <[email protected]> Authored: Wed Feb 22 21:57:42 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Wed Feb 22 21:57:42 2012 +0000 ---------------------------------------------------------------------- CHANGES | 46 ++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 18 ++++++++++++++++++ 2 files changed, 64 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/77d613c6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 8ab75e8..4ee8842 100644 --- a/CHANGES +++ b/CHANGES @@ -213,6 +213,52 @@ URL Rewriter & Vhosts: * Fix for variable substituion +Version 1.0.3 +------------- + +General: + + * Fixed compatibility issues with Erlang R14B02. + +HTTP Interface: + + * Fix bug that allows invalid UTF-8 after valid escapes. + * The query parameter `include_docs` now honors the parameter `conflicts`. + This applies to queries against map views, _all_docs and _changes. + * Added support for inclusive_end with reduce views. + +Storage System: + + * More performant queries against _changes and _all_docs when using the + `include_docs` parameter. + +Replicator: + + * Enabled replication over IPv6. + * Fixed for crashes in continuous and filtered changes feeds. + * Fixed error when restarting replications in OTP R14B02. + * Upgrade ibrowse to version 2.2.0. + * Fixed bug when using a filter and a limit of 1. + +Security: + + * Fixed OAuth signature computation in OTP R14B02. + * Handle passwords with : in them. + +Futon: + + * Made compatible with jQuery 1.5.x. + +Etap Test Suite: + + * Etap tests no longer require use of port 5984. They now use a randomly + selected port so they won't clash with a running CouchDB. + +Windows: + + * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03. See + COUCHDB-1152, and COUCHDB-963 + OTP-9139 for more information. + Version 1.0.2 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/77d613c6/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 4885874..605c68a 100644 --- a/NEWS +++ b/NEWS @@ -123,6 +123,24 @@ This release contains backwards incompatible changes. to lack of permissions. * Added a "change password"-feature to Futon. +Version 1.0.3 +------------- + + * Fixed compatibility issues with Erlang R14B02. + * Fix bug that allows invalid UTF-8 after valid escapes. + * Enabled replication over IPv6. + * Fixed for crashes in continuous and filtered changes feeds. + * Changes feeds now honor conflicts=true parameter. + * Fixed error when restarting replications in OTP R14B02. + * Fixed error with filter replication with a limit of 1. + * Upgrade ibrowse to version 2.2.0. + * Fixed OAuth signature computation in OTP R14B02. + * Handle passwords with : in them. + * Made compatible with jQuery 1.5.x. + * Added support for inclusive_end wiht reduce views. + * Etap tests no longer require use of port 5984. + * Windows builds now require ICU >= 4.4.0 and Erlang >= R14B03. + Version 1.0.2 -------------
