From d4fd82be5d755c94ccc4354428b517ab88da960b Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Thu, 5 Oct 2017 10:19:50 -0500 Subject: [PATCH] Update version to 2.1.20 --- CHANGES.txt | 3 +++ NEWS.txt | 8 ++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 848628b863..b4e6f75450 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +2.1.20 + * + 2.1.19 * Add storage port options to sstableloader (CASSANDRA-13844) * Remove stress-test target in CircleCI as it's not existing (CASSANDRA-13775) diff --git a/NEWS.txt b/NEWS.txt index 3e4a578927..796a4242d2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,6 +13,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.1.20 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see 2.1 if you are upgrading + from a previous version. + 2.1.19 ====== diff --git a/build.xml b/build.xml index e5ab4057c1..3ac2665d5b 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 64ab954146..5b2203172e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.1.20) unstable; urgency=medium + + * New release + + -- Michael Shuler Thu, 05 Oct 2017 10:18:22 -0500 + cassandra (2.1.19) unstable; urgency=medium * New release