Updated Branches: refs/heads/1.2.x beb683387 -> 692e7d7bb
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/692e7d7b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/692e7d7b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/692e7d7b Branch: refs/heads/1.2.x Commit: 692e7d7bb1bbfa86cac53b6735ec11501003e660 Parents: beb6833 Author: Noah Slater <[email protected]> Authored: Wed Feb 22 21:57:42 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Wed Feb 22 21:58:03 2012 +0000 ---------------------------------------------------------------------- CHANGES | 46 ++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 18 ++++++++++++++++++ 2 files changed, 64 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/692e7d7b/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a55daf9..c443fec 100644 --- a/CHANGES +++ b/CHANGES @@ -175,6 +175,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/692e7d7b/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 14982d4..8fdf7bc 100644 --- a/NEWS +++ b/NEWS @@ -101,6 +101,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 -------------
