This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch fix-purge-internal-replicator-client-verify
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 578c09e22 Optimize and clean up internal replicator purge checkpoints
omit 073e337a3 Fix purge mem3_rep client verification
add 64f5c5a09 Fix purge mem3_rep client verification
add d5129172e QuickJS: regex/string optimizations & workers uaf fix
new d869cb2b0 Optimize and clean up internal replicator purge checkpoints
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 (578c09e22)
\
N -- N -- N
refs/heads/fix-purge-internal-replicator-client-verify (d869cb2b0)
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.
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:
.../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 +++++++++++++--------
7 files changed, 865 insertions(+), 660 deletions(-)