Increment to version 2.1.18
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/de1f24d7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/de1f24d7 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/de1f24d7 Branch: refs/heads/cassandra-3.11 Commit: de1f24d70fbad84e449c81d3d46af3698f1f370f Parents: 943db24 Author: Michael Shuler <mich...@pbandjelly.org> Authored: Tue Feb 21 14:00:54 2017 -0600 Committer: Michael Shuler <mich...@pbandjelly.org> Committed: Tue Feb 21 14:00:54 2017 -0600 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ NEWS.txt | 8 ++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 4 files changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/de1f24d7/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a3de742..2266771 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +2.1.18 + * + 2.1.17 * Use portable stderr for java error in startup (CASSANDRA-13211) * Fix Thread Leak in OutboundTcpConnection (CASSANDRA-13204) http://git-wip-us.apache.org/repos/asf/cassandra/blob/de1f24d7/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 65ccdc9..c5c798c 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.18 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see 2.1 if you are upgrading + from a previous version. + 2.1.17 ====== http://git-wip-us.apache.org/repos/asf/cassandra/blob/de1f24d7/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 91dc34b..94b1ed5 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="2.1.17"/> + <property name="base.version" value="2.1.18"/> <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/de1f24d7/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index ba9b91d..48ed24b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.1.18) UNRELEASED; urgency=medium + + * New release + + -- Michael Shuler <mich...@pbandjelly.org> Tue, 21 Feb 2017 13:59:40 -0600 + cassandra (2.1.17) unstable; urgency=medium * New release