Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 c1b1d3bcc -> 5c5c5b44c refs/heads/cassandra-2.2 69edeaa46 -> 37f63ecc5 refs/heads/cassandra-3.0 6ad874509 -> 9f557ff7d refs/heads/trunk 5477083a2 -> 4e09d76e7
2.2.6 version bump Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/220e4f62 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/220e4f62 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/220e4f62 Branch: refs/heads/cassandra-2.2 Commit: 220e4f62db7fe14c4d6c0e499c52059f7ebc5a53 Parents: 69edeaa Author: T Jake Luciani <[email protected]> Authored: Fri Apr 15 10:00:04 2016 -0400 Committer: T Jake Luciani <[email protected]> Committed: Fri Apr 15 10:00:04 2016 -0400 ---------------------------------------------------------------------- NEWS.txt | 7 +++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/220e4f62/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 33d97ac..e8f4e66 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,6 +13,13 @@ 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.6 +===== + +Upgrading +--------- + - Nothing specific to this release, but please see 2.2 if you are upgrading + from a previous version. 2.2.5 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/220e4f62/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 361a057..865108e 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.2.5"/> + <property name="base.version" value="2.2.6"/> <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/220e4f62/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 3abe349..604b810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.2.6) unstable; urgency=medium + + * + + -- Jake Luciani <[email protected]> Fri, 15 Apr 2016 09:47:38 -0400 + cassandra (2.2.5) unstable; urgency=medium * New release
