Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 0452e74f5 -> 83c0e01aa
bump versions Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/23e66a9d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/23e66a9d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/23e66a9d Branch: refs/heads/cassandra-2.1 Commit: 23e66a9d1c50e4331e8c1d212c2eeb940c5471fa Parents: f32cff8 Author: T Jake Luciani <j...@apache.org> Authored: Thu Jun 18 14:02:45 2015 -0400 Committer: T Jake Luciani <j...@apache.org> Committed: Thu Jun 18 14:02:45 2015 -0400 ---------------------------------------------------------------------- NEWS.txt | 8 ++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/23e66a9d/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index c4fdddb..9bfe803 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.0.16 +====== + +Upgrading +--------- + - Nothing specific to this release, but refer to previous entries if you + are upgrading from a previous version. + 2.0.15 ====== http://git-wip-us.apache.org/repos/asf/cassandra/blob/23e66a9d/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e35cac0..b019ec3 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.0.15"/> + <property name="base.version" value="2.0.16"/> <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/23e66a9d/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index c970224..527eb29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.0.16) unstable; urgency=medium + + * New release + + -- Jake Luciani <j...@apache.org> Thu, 18 Jun 2015 14:01:32 -0400 + cassandra (2.0.15) unstable; urgency=medium * New release