This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to annotated tag v2.1.0-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git
*** WARNING: tag v2.1.0-rc1 was modified! ***
from c7048ea (commit)
to 835717f (tag)
tagging 77f37d5f88b205883de56196820a48ab1349d9d6 (commit)
replaces v1.3.1
by git-hulk
on Sat Jul 23 11:25:31 2022 +0800
- Log -----------------------------------------------------------------
[source-release] copy for tag v{version}
-----------------------------------------------------------------------
discard c7048ea Bump v2.1.0
add f061049 x.py: fix release tarball naming (#732)
add efe41ae Remove the changelog and will maintain it on our office
website (#734)
add e445f83 Fix use after free and some memory leaks which reported by
ASan (#714)
new 40fce2a Remove docs in repo and apply apache license header for some
files (#740)
new 05b3a2b Fix occasionally failed in test/unit/expire.tcl (#743)
new 3683650 Push nightly kvrocks images to Docker Hub in Travis CI (#741)
new 3430081 Fix multiple arch nightly images by docker manifest in Travis
CI (#746)
new 92d94d6 Fix manifest creation of nightly tag in Travis CI (#747)
new d0c5284 Fix updating of nightly images in Travis CI (#748)
new 58fbe74 Add the license notice for dependencies (#744)
new 77f37d5 [source-release] prepare release apache-kvrocks-2.1.0-rc1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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 (c7048ea)
\
N -- N -- N refs/tags/v2.1.0-rc1 (835717f)
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 8 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:
.travis.yml | 58 +++++++++--
NOTICE | 169 ++++++++++++++++++++++++++++++
README.md | 19 ++++
VERSION | 2 +-
docs/custom-api-sortedint.md | 58 -----------
docs/metadata-design.md | 186 ---------------------------------
docs/replication-design.md | 49 ---------
docs/source-code-overview.CN.md | 220 ----------------------------------------
src/main.cc | 1 +
src/redis_cmd.cc | 5 +-
src/redis_connection.cc | 16 ++-
src/redis_connection.h | 7 +-
src/redis_request.h | 6 +-
src/scripting.cc | 1 +
src/server.cc | 13 +++
src/status.h | 4 +
src/version.h.in | 20 ++++
src/worker.cc | 3 +
tests/tcl/tests/unit/expire.tcl | 6 +-
x.py | 2 +-
20 files changed, 308 insertions(+), 537 deletions(-)
delete mode 100644 docs/custom-api-sortedint.md
delete mode 100644 docs/metadata-design.md
delete mode 100644 docs/replication-design.md
delete mode 100644 docs/source-code-overview.CN.md