Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 a7282e4dc -> 6479d9495
bump versions for 2.0.17 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3aff4491 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3aff4491 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3aff4491 Branch: refs/heads/cassandra-2.1 Commit: 3aff44915edbd2bf07955d5b30fd47bf9c4698da Parents: ae4cd69 Author: T Jake Luciani <[email protected]> Authored: Wed Sep 16 13:39:39 2015 -0400 Committer: T Jake Luciani <[email protected]> Committed: Wed Sep 16 13:39:39 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/3aff4491/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 9bfe803..4b3fdf4 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.17 +====== + +Upgrading +--------- + - Nothing specific to this release, but refer to previous entries if you + are upgrading from a previous version. + 2.0.16 ====== http://git-wip-us.apache.org/repos/asf/cassandra/blob/3aff4491/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index b019ec3..85b5ea0 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.16"/> + <property name="base.version" value="2.0.17"/> <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/3aff4491/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 527eb29..de1883f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.0.17) unstable; urgency=medium + + * New release + + -- Jake Luciani <[email protected]> Wed, 16 Sep 2015 13:39:00 -0400 + cassandra (2.0.16) unstable; urgency=medium * New release
