Updated Branches: refs/heads/1.2.x 368ca5d02 -> 13fbee4ab
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/13fbee4a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/13fbee4a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/13fbee4a Branch: refs/heads/1.2.x Commit: 13fbee4abe4bea1937eecdbe61c3dc271ea74065 Parents: 368ca5d 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:35:27 2012 -0800 ---------------------------------------------------------------------- CHANGES | 1 + NEWS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/13fbee4a/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a5c46f6..c3d35e2 100644 --- a/CHANGES +++ b/CHANGES @@ -80,6 +80,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/13fbee4a/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index bc862eb..279bdb0 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,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 -------------
