This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 1042374 feat(couchjs): add support for SpiderMonkey 86
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
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(-)