Increment to version 3.0.12
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0eae9084 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0eae9084 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0eae9084 Branch: refs/heads/cassandra-3.11 Commit: 0eae9084e674876ac339bcc34d4e135f89b4d2fb Parents: 93baaea Author: Michael Shuler <mich...@pbandjelly.org> Authored: Tue Feb 21 14:07:09 2017 -0600 Committer: Michael Shuler <mich...@pbandjelly.org> Committed: Tue Feb 21 14:07:09 2017 -0600 ---------------------------------------------------------------------- NEWS.txt | 12 ++++++++++-- build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 17 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0eae9084/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index a5ee496..6088dcf 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,8 +13,16 @@ 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.0.12 +====== + +Upgrading +--------- + - Nothing specific to this release, but please see previous versions upgrading section, + especially if you are upgrading from 2.2. + 3.0.11 -===== +====== Upgrading --------- @@ -34,7 +42,7 @@ Upgrading replication settings and adjacent ranges are no longer merged (CASSANDRA-9639). 3.0.10 -===== +====== Upgrading --------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0eae9084/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 4e3011f..2d2d313 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.0.11"/> + <property name="base.version" value="3.0.12"/> <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/0eae9084/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 64cd73b..62873dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.0.12) UNRELEASED; urgency=medium + + * New release + + -- Michael Shuler <mich...@pbandjelly.org> Tue, 21 Feb 2017 14:06:07 -0600 + cassandra (3.0.11) unstable; urgency=medium * New release