This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch rotate-secret
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit f95f0574c Support safe secret rotation
add a5103556f Fix local doc rev parsing
add 64f5c5a09 Fix purge mem3_rep client verification
add d5129172e QuickJS: regex/string optimizations & workers uaf fix
add 8548b5523 Support safe secret rotation
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 (f95f0574c)
\
N -- N -- N refs/heads/rotate-secret (8548b5523)
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/couch/src/couch_doc.erl | 22 +-
src/couch/test/eunit/couch_db_doc_tests.erl | 32 +
src/couch/test/eunit/couch_doc_json_tests.erl | 12 +-
.../patches/01-spidermonkey-185-mode.patch | 6 +-
src/couch_quickjs/patches/02-test262-errors.patch | 4 +-
src/couch_quickjs/quickjs/Changelog | 2 +-
src/couch_quickjs/quickjs/libregexp-opcode.h | 14 +-
src/couch_quickjs/quickjs/libregexp.c | 645 ++++++++--------
src/couch_quickjs/quickjs/quickjs-libc.c | 24 +-
src/couch_quickjs/quickjs/quickjs.c | 830 +++++++++++++--------
src/mem3/src/mem3_rep.erl | 2 +-
11 files changed, 920 insertions(+), 673 deletions(-)