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 19F07E2CF for ; Fri, 11 Jan 2013 20:04:01 +0000 (UTC) Received: (qmail 8971 invoked by uid 500); 11 Jan 2013 20:04:01 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 8908 invoked by uid 500); 11 Jan 2013 20:04:00 -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 8897 invoked by uid 99); 11 Jan 2013 20:04:00 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2013 20:04:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 287C319566; Fri, 11 Jan 2013 20:03:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: reflect that we reverted 1334 in the various change log files Message-Id: <20130111200400.287C319566@tyr.zones.apache.org> Date: Fri, 11 Jan 2013 20:03:59 +0000 (UTC) Updated Branches: refs/heads/1.3.x 98988dd64 -> 8be3ec021 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/8be3ec02 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8be3ec02 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8be3ec02 Branch: refs/heads/1.3.x Commit: 8be3ec0218873fa3516f564678dbd2c74ebb5246 Parents: 98988dd Author: Jan Lehnardt Authored: Fri Jan 11 21:03:39 2013 +0100 Committer: Jan Lehnardt Committed: Fri Jan 11 21:03:39 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/8be3ec02/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 0521c18..ff3c152 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/8be3ec02/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index fc578b5..5e27c51 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/8be3ec02/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