Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 f490ccec6 -> d1ff53171
bump versions Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/32389064 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/32389064 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/32389064 Branch: refs/heads/cassandra-3.0 Commit: 323890647718d6e061349cf8cbe857b95bd02b13 Parents: 842f150 Author: T Jake Luciani <[email protected]> Authored: Tue Aug 25 13:24:57 2015 -0400 Committer: T Jake Luciani <[email protected]> Committed: Tue Aug 25 13:24:57 2015 -0400 ---------------------------------------------------------------------- NEWS.txt | 9 +++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/32389064/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index a9cf70d..fa95cfa 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,6 +13,15 @@ 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.1 +===== + +Upgrading +--------- + - Nothing specific to this release, but please see 2.2 if you are upgrading + from a previous version. + 2.2 === http://git-wip-us.apache.org/repos/asf/cassandra/blob/32389064/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 26c3524..886eb7b 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.0"/> + <property name="base.version" value="2.2.1"/> <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/32389064/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index ce89ff9..685213c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.2.1) unstable; urgency=medium + + * New release + + -- Jake Luciani <[email protected]> Tue, 25 Aug 2015 13:22:45 -0400 + cassandra (2.2.0) unstable; urgency=medium * New release
