You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/24 10:33:53 UTC

[couchdb-documentation] branch 2.2.0-release-notes-2 updated (f21dcc7 -> 50fd09c)

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

jan pushed a change to branch 2.2.0-release-notes-2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


    from f21dcc7  further clarify #1203 changes
     new 46e5c61  add note about future defaulting of admin-only _all_dbs
     new 1ac72b2  clarify #1246 note
     new 50fd09c  add sec context to #1439 note

The 3 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.2.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


[couchdb-documentation] 02/03: clarify #1246 note

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 2.2.0-release-notes-2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 1ac72b225632205d4429e44ddc5d533bfb75cd0a
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Jul 24 12:31:14 2018 +0200

    clarify #1246 note
---
 src/whatsnew/2.2.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/whatsnew/2.2.rst b/src/whatsnew/2.2.rst
index 8955e41..833a9f6 100644
--- a/src/whatsnew/2.2.rst
+++ b/src/whatsnew/2.2.rst
@@ -208,7 +208,8 @@ Performance
   stemming operation only when necessary. This new algorithm can be disabled by
   setting the option ``[couchdb] stem_interactive_updates = false`` if necessary.
 * :ghissue:`1246`: CouchDB now checks for request authorization only once per each
-  request, improving the performance of any request that requires authorization.
+  database request, improving the performance of any request that requires
+  authorization.
 
 Bugfixes
 --------


[couchdb-documentation] 03/03: add sec context to #1439 note

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 2.2.0-release-notes-2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 50fd09c9500c8db9413edabc414a3e9ad28d72c2
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Jul 24 12:33:43 2018 +0200

    add sec context to #1439 note
---
 src/whatsnew/2.2.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/whatsnew/2.2.rst b/src/whatsnew/2.2.rst
index 833a9f6..11d010d 100644
--- a/src/whatsnew/2.2.rst
+++ b/src/whatsnew/2.2.rst
@@ -261,8 +261,8 @@ Bugfixes
   flag ``enable_database_recovery`` when set when compacting databases, rather than
   always retaining the old, renamed, uncompacted database file.
 * :ghissue:`1439`: The CouchDB setup wizard now correctly validates bind_addresses. It
-  also moves logging of internal wizard setup steps to the debug level from the notice
-  level.
+  also no longer logs credentials by moving logging of internal wizard setup steps to
+  the ``debug`` level from the ``notice`` level.
 
 Mango
 -----


[couchdb-documentation] 01/03: add note about future defaulting of admin-only _all_dbs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 2.2.0-release-notes-2
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 46e5c6166af9c064b6509ed1e3de0d3d5f066968
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Jul 24 12:30:00 2018 +0200

    add note about future defaulting of admin-only _all_dbs
---
 src/whatsnew/2.2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/whatsnew/2.2.rst b/src/whatsnew/2.2.rst
index 76abd63..8955e41 100644
--- a/src/whatsnew/2.2.rst
+++ b/src/whatsnew/2.2.rst
@@ -192,7 +192,7 @@ Features
   configuration options through the ``[httpsd] server_options`` ini file setting.
 * :ghissue:`1440`: CouchDB can now be configured to prevent non-admins from accessing
   the ``GET /_all_dbs`` method by specifying ``[chttpd] admin_only_all_dbs = true`` in
-  your local ini file(s).
+  your local ini file(s). The ``true`` setting will become default in future versions.
 * :ghissue:`1171`, :ghissue:`1445`: CouchDB can now be configured to use the internal
   Erlang MD5 hash function when not available in the external environment (e.g. FIPS
   enabled CentOS) at compile time with the ``configure`` flag ``--enable-md5``. Because