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:35:27 -0800
commit13fbee4abe4bea1937eecdbe61c3dc271ea74065 (patch)
treea453129620b989355bb04dbdc4bd9303e76a70c5
parent368ca5d02eff353b93cf22e3bb0fe44f967cc6df (diff)
downloadcouchdb-13fbee4abe4bea1937eecdbe61c3dc271ea74065.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 a5c46f631..c3d35e2ab 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:
diff --git a/NEWS b/NEWS
index bc862eb28..279bdb03a 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
-------------