mirror of https://github.com/apache/cassandra
Bump version to 2.2.17
This commit is contained in:
parent
c4d9e9ca4a
commit
5f0cf80c0a
|
|
@ -1,3 +1,6 @@
|
|||
2.2.17
|
||||
*
|
||||
|
||||
2.2.16
|
||||
* Fix SELECT JSON output for empty blobs (CASSANDRA-15435)
|
||||
* In-JVM DTest: Set correct internode message version for upgrade test (CASSANDRA-15371)
|
||||
|
|
|
|||
8
NEWS.txt
8
NEWS.txt
|
|
@ -42,6 +42,14 @@ restore snapshots created with the previous major version using the
|
|||
'sstableloader' tool. You can upgrade the file format of your snapshots
|
||||
using the provided 'sstableupgrade' tool.
|
||||
|
||||
2.2.17
|
||||
======
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
- Nothing specific to this release, but please see 2.2 if you are upgrading
|
||||
from a previous version.
|
||||
|
||||
2.2.16
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="2.2.16"/>
|
||||
<property name="base.version" value="2.2.17"/>
|
||||
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (2.2.17) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Michael Shuler <mshuler@apache.org> Fri, 14 Feb 2020 18:39:56 -0600
|
||||
|
||||
cassandra (2.2.16) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue