Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24C54200D35 for ; Mon, 23 Oct 2017 17:22:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 23A781609CE; Mon, 23 Oct 2017 15:22:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 729041609E0 for ; Mon, 23 Oct 2017 17:22:00 +0200 (CEST) Received: (qmail 41025 invoked by uid 500); 23 Oct 2017 15:21:59 -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 40894 invoked by uid 99); 23 Oct 2017 15:21:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 15:21:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 13B8F81C7A; Mon, 23 Oct 2017 15:21:59 +0000 (UTC) Date: Mon, 23 Oct 2017 15:22:00 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb-documentation] 01/02: Update Whatsnew docs to accurately reflect config changes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: flimzy@apache.org In-Reply-To: <150877211898.6004.15483664093076305091@gitbox.apache.org> References: <150877211898.6004.15483664093076305091@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb-documentation X-Git-Refname: refs/heads/whatsnew21update X-Git-Reftype: branch X-Git-Rev: 676c634b9859fd9dbe76fc791faa67057a55ba64 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171023152159.13B8F81C7A@gitbox.apache.org> archived-at: Mon, 23 Oct 2017 15:22:01 -0000 This is an automated email from the ASF dual-hosted git repository. flimzy pushed a commit to branch whatsnew21update in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git commit 676c634b9859fd9dbe76fc791faa67057a55ba64 Author: Jonathan Hall AuthorDate: Mon Oct 23 11:18:08 2017 +0200 Update Whatsnew docs to accurately reflect config changes. --- src/whatsnew/2.1.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/whatsnew/2.1.rst b/src/whatsnew/2.1.rst index 88f648b..e5fb5ac 100644 --- a/src/whatsnew/2.1.rst +++ b/src/whatsnew/2.1.rst @@ -40,10 +40,11 @@ Upgrade Notes ``stale=update_after`` behaviour is equivalent to ``stable=true&update=lazy``. The deprecated ``stale`` parameter will be removed in CouchDB 3.0. -* The ``[couchdb] max_document_size`` configuration parameter was renamed - to ``[httpd] max_http_request_size`` to reflect its actual implementation. - It has been enhanced by a new ``[couchdb] single_max_doc_size`` setting. - Both are documented in the shipped ``default.ini`` file. +* The new `config:option:`httpd/max_http_request_size` configuration parameter + was added. This has the same behavior as the old + :config:option:`couchdb/max_document_size` configuration parameter, which + had been unfortunately misnamed, and has now been updated to behave as the + name would suggest. Both are documented in the shipped ``default.ini`` file. .. _release/2.1.1: -- To stop receiving notification emails like this one, please contact "commits@couchdb.apache.org" .