summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2012-02-22 13:35:00 -0800
committerFilipe David Borba Manana <fdmanana@apache.org>2012-02-22 13:36:08 -0800
commit3c8432e4d44c4d3aa4d7d69b0ee2723cf33c18c4 (patch)
treecd710511f406f127ef80d0ff0f39607c2e01d26f
parentedbbe43193b129f2a215aa3447daef7b93fafec0 (diff)
downloadcouchdb-3c8432e4d44c4d3aa4d7d69b0ee2723cf33c18c4.tar.gz
Update CHANGES/NEWS to reflect COUCHDB-1413
-rw-r--r--CHANGES1
-rw-r--r--NEWS1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a71ebb694..8ab75e85f 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:
diff --git a/NEWS b/NEWS
index e6136c038..488587425 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
-------------