Updated Branches: refs/heads/cassandra-2.0 742f6a3e1 -> eb96db6c1
Update versions for 2.0.1 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/eb96db6c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/eb96db6c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/eb96db6c Branch: refs/heads/cassandra-2.0 Commit: eb96db6c19515e6d1215230f29d25b46fcd005ef Parents: 742f6a3 Author: Sylvain Lebresne <[email protected]> Authored: Thu Sep 19 13:48:30 2013 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri Sep 20 12:19:34 2013 +0200 ---------------------------------------------------------------------- NEWS.txt | 2 +- build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/eb96db6c/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 3712073..fc257f4 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,7 +13,7 @@ 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.2 +2.0.1 ===== Upgrading http://git-wip-us.apache.org/repos/asf/cassandra/blob/eb96db6c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 72291e2..5731540 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.0"/> + <property name="base.version" value="2.0.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/eb96db6c/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 9905726..61a91d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.0.1) unstable; urgency=low + + * New release + + -- Sylvain Lebresne <[email protected]> Thu, 19 Sep 2013 13:47:16 +0200 + cassandra (2.0.0) unstable; urgency=low * New release
