Updated Branches: refs/heads/master edbbe4319 -> 3c8432e4d
Update CHANGES/NEWS to reflect COUCHDB-1413 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/3c8432e4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/3c8432e4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/3c8432e4 Branch: refs/heads/master Commit: 3c8432e4d44c4d3aa4d7d69b0ee2723cf33c18c4 Parents: edbbe43 Author: Filipe David Borba Manana <[email protected]> Authored: Wed Feb 22 13:35:00 2012 -0800 Committer: Filipe David Borba Manana <[email protected]> Committed: Wed Feb 22 13:36:08 2012 -0800 ---------------------------------------------------------------------- CHANGES | 1 + NEWS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/3c8432e4/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a71ebb6..8ab75e8 100644 --- a/CHANGES +++ b/CHANGES @@ -102,6 +102,7 @@ View Server: * Fixed old index file descriptor leaks after a view cleanup. * 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. OAuth: http://git-wip-us.apache.org/repos/asf/couchdb/blob/3c8432e4/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index e6136c0..4885874 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,7 @@ This version has not been released yet. * Allow persistent authentication cookies. * 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. Version 1.1.2 -------------
