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

vatamane pushed a change to branch fix-error-logger-in-otp-gt-21
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard c87b8d2  Fix error_logger reports for OTP >= 21
     add bfc25cc  feat: work around get_stacktrace deprecation/removal
     add 84eac8a  feat: update deps to support otp23 in a full build
     add 509663a  feat: somewhat hacky version detection
     add 1455975  chore: update dependency pointers to release tags
     add 7e0661b  chore: simplify version detection h/t @vatamane
     add 23c6436  Fix error_logger reports for OTP >= 21

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   (c87b8d2)
            \
             N -- N -- N   refs/heads/fix-error-logger-in-otp-gt-21 (23c6436)

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:
 Makefile                                           |  2 +-
 configure                                          |  3 +-
 rebar.config.script                                |  8 ++---
 src/chttpd/src/chttpd.erl                          | 34 ++++++++++------------
 src/chttpd/src/chttpd_stats.erl                    |  6 ++--
 src/couch/include/couch_db.hrl                     | 23 +++++++++++++++
 src/couch/src/couch_httpd.erl                      | 14 ++++-----
 src/couch/src/couch_proc_manager.erl               |  3 +-
 src/couch/src/couch_query_servers.erl              |  3 +-
 .../src/couch_replicator_scheduler_job.erl         |  4 +--
 src/ddoc_cache/src/ddoc_cache_entry.erl            |  5 ++--
 src/fabric/src/fabric_rpc.erl                      |  9 +++---
 src/fabric/src/fabric_view_all_docs.erl            |  3 +-
 src/mango/rebar.config.script                      |  4 ++-
 src/mango/src/mango_httpd.erl                      |  3 +-
 src/mango/src/mango_util.erl                       |  9 ++----
 src/rexi/src/rexi_server.erl                       | 12 ++++----
 17 files changed, 81 insertions(+), 64 deletions(-)

Reply via email to