This is an automated email from the ASF dual-hosted git repository. mshuler pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit fb50d823b6bb758952f1b7cdb51665b40a88bc7c Author: Michael Shuler <[email protected]> AuthorDate: Tue Oct 29 16:15:49 2019 -0500 Increment version to 3.11.6 --- NEWS.txt | 8 ++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 68dbeb7..01a4b39 100644 --- a/NEWS.txt +++ b/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. +3.11.6 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see previous upgrading sections, + especially if you are upgrading from 3.0. + 3.11.5 ====== diff --git a/build.xml b/build.xml index 557cc07..e81818e 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="3.11.5"/> + <property name="base.version" value="3.11.6"/> <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"/> diff --git a/debian/changelog b/debian/changelog index bf1d4d3..14b9b78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.11.6) UNRELEASED; urgency=medium + + * New release + + -- Michael Shuler <[email protected]> Tue, 29 Oct 2019 16:14:42 -0500 + cassandra (3.11.5) unstable; urgency=medium * New release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
