This is an automated email from the ASF dual-hosted git repository.
jaydoane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 79b2b7c11 Revert "Bump requests from 2.27.1 to 2.31.0 in /src/mango"
add 4cfdf3062 Fix warning: variable bound multiple times
add 6194cfc68 Git ignore mango .hypothesis directory
add a4bbb87d1 Remove excl_archive_filters
add b7de21f46 Support OTP 26 base64 decode error
add 7f13f640c Sort lists from maps
add 453c698a5 Convert `term_to_binary` to `?term_to_bin`
new bf5868890 Merge pull request #4581 from apache/otp-26-compat
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:
.gitignore | 1 +
rel/reltool.config | 1 -
src/chttpd/src/chttpd.erl | 2 +-
src/chttpd/src/chttpd_misc.erl | 2 +-
src/couch/include/couch_db.hrl | 1 +
src/couch/src/couch_file.erl | 2 +-
src/couch/src/couch_native_process.erl | 2 +-
src/couch/src/couch_query_servers.erl | 2 +-
src/couch/test/eunit/couch_flags_config_tests.erl | 2 +-
src/couch_epi/src/couch_epi.hrl | 3 +++
src/couch_epi/src/couch_epi_util.erl | 4 +++-
src/couch_log/src/couch_log_formatter.erl | 14 ++++++++------
src/couch_log/src/couch_log_trunc_io.erl | 2 +-
src/couch_log/test/eunit/couch_log_formatter_test.erl | 5 ++---
src/couch_mrview/src/couch_mrview.erl | 2 +-
src/couch_mrview/src/couch_mrview_util.erl | 8 ++++----
src/couch_pse_tests/src/cpse_util.erl | 4 ++--
src/couch_replicator/src/couch_replicator_ids.erl | 2 +-
src/couch_replicator/src/couch_replicator_utils.erl | 3 ++-
src/ddoc_cache/src/ddoc_cache_value.erl | 4 +++-
src/dreyfus/src/dreyfus_index.erl | 2 +-
src/fabric/src/fabric_view_changes.erl | 2 +-
src/mango/src/mango_idx.erl | 2 +-
src/mem3/src/mem3_hash.erl | 3 ++-
src/mem3/src/mem3_rep.erl | 2 +-
src/mem3/src/mem3_util.erl | 2 +-
src/nouveau/src/nouveau_util.erl | 2 +-
src/smoosh/src/smoosh_persist.erl | 3 ++-
28 files changed, 48 insertions(+), 36 deletions(-)