Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 aa3c10dd0 -> 3d62a5530 refs/heads/trunk 754643c5e -> aae8d8cc7
Versions and NEWS update for 2.0.8 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/00685330 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/00685330 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/00685330 Branch: refs/heads/cassandra-2.1 Commit: 006853300fe9c3dc3e62e224a8d00cb7609b0ad6 Parents: 69e65be Author: Sylvain Lebresne <[email protected]> Authored: Tue May 6 10:29:53 2014 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Tue May 6 10:29:53 2014 +0200 ---------------------------------------------------------------------- .rat-excludes | 1 + NEWS.txt | 13 +++++++++++++ build.xml | 2 +- debian/changelog | 6 ++++++ 4 files changed, 21 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/00685330/.rat-excludes ---------------------------------------------------------------------- diff --git a/.rat-excludes b/.rat-excludes index 871f5df..0da5ab9 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -5,6 +5,7 @@ debian/** **/.project **/.pydevproject CHANGES.txt +README.asc .git/** **/*.json **/*.patch http://git-wip-us.apache.org/repos/asf/cassandra/blob/00685330/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 05f9392..04fa986 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,6 +13,19 @@ 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.8 +===== + +New features +------------ + - New snitches have been used for users of Google Compute Engine and of + Cloudstack. + +Upgrading +--------- + - Nothing specific to this release, but please see 2.0.8 if you are upgrading + from a previous version. + 2.0.7 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/00685330/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 62f980a..5cd47a6 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.7"/> + <property name="base.version" value="2.0.8"/> <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/00685330/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index 37c7425..1ab0b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.0.8) unstable; urgency=medium + + * New release + + -- Sylvain Lebresne <[email protected]> Tue, 06 May 2014 10:28:46 +0200 + cassandra (2.0.7) unstable; urgency=low * New release
