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

jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 5d15bb5cd Avoid read docs twice when filtered `_changes` is triggered
    omit 99d590082 Add tests for `_changes` with `include_docs=true`
     add 125b3b77b Clean up config
     add 4e2981c03 Simplify logging of sensitive config values
     add 0eca498ed Remove support for delete markers
     add 876fa877c couch_passwords:verify should always return false for bad 
inputs
     add e551cac5a Merge pull request #4910 from 
apache/couch_passwords_very_return_false
     add c0d77ad1c Publish CVE-2023-45725
     add fae8761c1 Flush chttpd_db monitor refs on demonitor (#4906)
     add b94c4b183 Add tests for `_changes` with `include_docs=true`
     add ff05b09ca Avoid read docs twice when filtered `_changes` is triggered

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   (5d15bb5cd)
            \
             N -- N -- N   refs/heads/fix-changes-stats (ff05b09ca)

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.

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_db.erl                      |   2 +-
 src/chttpd/test/eunit/chttpd_auth_tests.erl       |   2 +-
 src/chttpd/test/eunit/chttpd_changes_test.erl     | 164 +++++++++++++++++---
 src/config/src/config.erl                         | 181 ++++++++++------------
 rel/files/sys.config => src/config/src/config.hrl |   2 +-
 src/config/src/config_writer.erl                  |  15 +-
 src/config/test/config_tests.erl                  | 100 ++++++++++--
 src/couch/src/couch_passwords.erl                 |   2 +
 src/docs/src/config/intro.rst                     |  11 --
 src/docs/src/cve/2023-45725.rst                   | 105 +++++++++++++
 10 files changed, 436 insertions(+), 148 deletions(-)
 copy rel/files/sys.config => src/config/src/config.hrl (95%)
 create mode 100644 src/docs/src/cve/2023-45725.rst

Reply via email to