You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/09/29 14:15:05 UTC

[couchdb-documentation] branch main updated (a790b17 -> dd10275)

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

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


    from a790b17  Add a few more recent changes to the 3.2 whatsnew list
     new 4f00da0  add password regexp to 3.2 notes
     new dd10275  use regular expressions

The 2 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/3.2.rst | 3 +++
 1 file changed, 3 insertions(+)

[couchdb-documentation] 01/02: add password regexp to 3.2 notes

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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 4f00da0b0cedf63ebf391e43b1a56bb36f7d0f96
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Tue Sep 28 21:06:35 2021 +0200

    add password regexp to 3.2 notes
---
 src/whatsnew/3.2.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst
index a10f172..04f20c6 100644
--- a/src/whatsnew/3.2.rst
+++ b/src/whatsnew/3.2.rst
@@ -113,6 +113,9 @@ Features and Enhancements
   which can include various characters previously not allowed to be included
   in the url info part of endpoint urls.
 
+* :ghissue:`3483`: We added a way of specifying requirements for new user passwords
+  using a list of regexp.
+
 * :ghissue:`3506`, :ghissue:`3416`, :ghissue:`3377`: CouchDB now provides a Prometheus
   compatible endpoint at ``GET /_node/{node-name}/_prometheus``. A configuration option
   allows for scraping via a different port (17986) that does not require authentication,

[couchdb-documentation] 02/02: use regular expressions

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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit dd102752c5ef4a52269ff78b07a8027f8ea12c9b
Author: Christopher Astfalk <ch...@icloud.com>
AuthorDate: Wed Sep 29 15:38:36 2021 +0200

    use regular expressions
---
 src/whatsnew/3.2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/whatsnew/3.2.rst b/src/whatsnew/3.2.rst
index 04f20c6..5f04e99 100644
--- a/src/whatsnew/3.2.rst
+++ b/src/whatsnew/3.2.rst
@@ -114,7 +114,7 @@ Features and Enhancements
   in the url info part of endpoint urls.
 
 * :ghissue:`3483`: We added a way of specifying requirements for new user passwords
-  using a list of regexp.
+  using a list of regular expressions.
 
 * :ghissue:`3506`, :ghissue:`3416`, :ghissue:`3377`: CouchDB now provides a Prometheus
   compatible endpoint at ``GET /_node/{node-name}/_prometheus``. A configuration option