update NEWS & CHANGES
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d78bd158 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d78bd158 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d78bd158 Branch: refs/heads/COUCHDB-1426 Commit: d78bd158b17b12fb932252d30a58b3f193148acf Parents: db8335b Author: Jan Lehnardt <[email protected]> Authored: Sat Mar 3 14:01:03 2012 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Sat Mar 3 14:01:03 2012 +0100 ---------------------------------------------------------------------- CHANGES | 1 + NEWS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d78bd158/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index c443fec..09e8a47 100644 --- a/CHANGES +++ b/CHANGES @@ -79,6 +79,7 @@ View Server: * The requested_path property keeps the pre-rewrite path even when no VHost configuration is matched. * Fixed incorrect reduce query results when using pagination parameters. + * Made icu_driver work with Erlang R15B and later. OAuth: http://git-wip-us.apache.org/repos/asf/couchdb/blob/d78bd158/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 8fdf7bc..c57b59d 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,7 @@ Version 1.2.0 * The requested_path property of query server request objects now has the path requested by clients before VHosts and rewriting. * Fixed incorrect reduce query results when using pagination parameters. + * Made icu_driver work with Erlang R15B and later. Version 1.1.1 -------------
