This is an automated email from the ASF dual-hosted git repository.
janl pushed a change to branch doc/rhel-10
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 7d4cfdb54 doc: update RHEL10 instructions
add e767f6f77 Speed up bulk doc updates
add e7098a281 monitor spawned process for crash in test
add 205d4f385 Fix maintenance mode function_clause for _time_seq
add 80385b6c4 docs: Hint for CouchDB 3.5.2.1 (#6044)
add 164aabae9 Fix invalid revisions function_clause
add ba6cd1787 doc: update RHEL10 instructions
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 (7d4cfdb54)
\
N -- N -- N refs/heads/doc/rhel-10 (ba6cd1787)
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/test/eunit/chttpd_revs_diff_tests.erl | 30 ++-
.../test/eunit/couch_mrview_ddoc_updated_tests.erl | 12 +-
src/docs/src/whatsnew/3.5.rst | 6 +
src/fabric/src/fabric.erl | 12 +-
src/fabric/src/fabric_doc_update.erl | 265 +++++++++++++--------
src/fabric/src/fabric_ring.erl | 54 ++++-
6 files changed, 269 insertions(+), 110 deletions(-)