From commits-return-8035-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Wed Feb 22 21:36:39 2012 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E72289FCF for ; Wed, 22 Feb 2012 21:36:38 +0000 (UTC) Received: (qmail 41137 invoked by uid 500); 22 Feb 2012 21:36:38 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 41089 invoked by uid 500); 22 Feb 2012 21:36:38 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 41082 invoked by uid 99); 22 Feb 2012 21:36:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 21:36:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 21:36:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D52DE8124AD; Wed, 22 Feb 2012 21:36:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: fdmanana@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Update CHANGES/NEWS to reflect COUCHDB-1413 Message-Id: <20120222213617.D52DE8124AD@tyr.zones.apache.org> Date: Wed, 22 Feb 2012 21:36:17 +0000 (UTC) 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 Authored: Wed Feb 22 13:35:00 2012 -0800 Committer: Filipe David Borba Manana 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 -------------