summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-01-11 21:03:39 +0100
committerJan Lehnardt <jan@apache.org>2013-01-11 21:04:10 +0100
commit3f58322ad6274e93055165d686d196d2a849ccaa (patch)
treee3099694846e0a24a51ce0055fbbc3ed955ff85c
parentde3ba6b5baa0a16e94cbf5825295ba77fe3fbc0a (diff)
downloadcouchdb-3f58322ad6274e93055165d686d196d2a849ccaa.tar.gz
reflect that we reverted 1334 in the various change log files
-rw-r--r--CHANGES1
-rw-r--r--NEWS1
-rw-r--r--share/doc/src/changelog.rst2
3 files changed, 0 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 650569186..e4b2aab99 100644
--- a/CHANGES
+++ b/CHANGES
@@ -36,7 +36,6 @@ Storage System:
View Server:
- * Speedup in the communication with external view servers.
* Additional response headers may be varied prior to send().
* GetRow() is now side-effect free.
diff --git a/NEWS b/NEWS
index 6745e3f39..2d4575a38 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,6 @@ This version has not been released yet.
* The source code repository was migrated from SVN to Git.
* Added view request duration to Futon.
- * Speedup in the communication with external view servers.
* Fixed unnecessary conflict when deleting and creating a
document in the same batch.
* New and updated passwords are hashed using PBKDF2.
diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst
index 55ab00204..acc5524e0 100644
--- a/share/doc/src/changelog.rst
+++ b/share/doc/src/changelog.rst
@@ -174,8 +174,6 @@ Query and View Server
documents and views. :commit:`b59ac98b`
* :issue:`1372`: `_stats` builtin reduce function no longer produces error for
empty view result.
-* :issue:`1334`: Speedup in the communication with external view servers.
- :commit:`a851c6e5`
* :issue:`410`: More graceful error handling for JavaScript validate_doc_update
functions.
* :issue:`111`: Improve the errors reported by the javascript view server