You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2017/10/23 09:55:53 UTC

[couchdb-documentation] branch whatsnew21update updated (fb84cd0 -> 13ced00)

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a change to branch whatsnew21update
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    omit fb84cd0  Update Whatsnew docs to accurately reflect config changes.
     new 13ced00  Update Whatsnew docs to accurately reflect config changes.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fb84cd0)
            \
             N -- N -- N   refs/heads/whatsnew21update (13ced00)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/whatsnew/2.1.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb-documentation] 01/01: Update Whatsnew docs to accurately reflect config changes.

Posted by fl...@apache.org.
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 13ced00f8882565eaa3ea946b27ad8be16670987
Author: Jonathan Hall <fl...@flimzy.com>
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" <co...@couchdb.apache.org>.