This is an automated email from the ASF dual-hosted git repository.

hulk pushed a change to branch 2.1
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


    omit d163b26  [source-release] prepare release apache-kvrocks-2.1.0
     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)
     add 40fce2a  Remove docs in repo and apply apache license header for some 
files (#740)
     add 05b3a2b  Fix occasionally failed in test/unit/expire.tcl (#743)
     add 3683650  Push nightly kvrocks images to Docker Hub in Travis CI (#741)
     add 3430081  Fix multiple arch nightly images by docker manifest in Travis 
CI (#746)
     add 92d94d6  Fix manifest creation of nightly tag in Travis CI (#747)
     add d0c5284  Fix updating of nightly images in Travis CI (#748)
     add 58fbe74  Add the license notice for dependencies (#744)
     add 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
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   (d163b26)
            \
             N -- N -- N   refs/heads/2.1 (77f37d5)

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:
 .travis.yml                     |  58 ++++-
 Changelog                       | 506 ----------------------------------------
 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 +-
 20 files changed, 307 insertions(+), 1042 deletions(-)
 delete mode 100644 Changelog
 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

Reply via email to