Updated Branches: refs/heads/master de3ba6b5b -> 3f58322ad reflect that we reverted 1334 in the various change log files Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/3f58322a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/3f58322a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/3f58322a Branch: refs/heads/master Commit: 3f58322ad6274e93055165d686d196d2a849ccaa Parents: de3ba6b Author: Jan Lehnardt Authored: Fri Jan 11 21:03:39 2013 +0100 Committer: Jan Lehnardt Committed: Fri Jan 11 21:04:10 2013 +0100 ---------------------------------------------------------------------- CHANGES | 1 - NEWS | 1 - share/doc/src/changelog.rst | 2 -- 3 files changed, 0 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/3f58322a/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 6505691..e4b2aab 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. http://git-wip-us.apache.org/repos/asf/couchdb/blob/3f58322a/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 6745e3f..2d4575a 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. http://git-wip-us.apache.org/repos/asf/couchdb/blob/3f58322a/share/doc/src/changelog.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst index 55ab002..acc5524 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