Bump version to 2.2.17

This commit is contained in:
Michael Shuler 2020-02-14 18:41:47 -06:00
parent c4d9e9ca4a
commit 5f0cf80c0a
4 changed files with 18 additions and 1 deletions

View File

@ -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)

View File

@ -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
======

View File

@ -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"/>

6
debian/changelog vendored
View File

@ -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