Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 b84d06f4c -> 42f859042 refs/heads/trunk fea7d9a03 -> b6b08f281
Update versions for 2.0.11 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3c8a2a76 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3c8a2a76 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3c8a2a76 Branch: refs/heads/trunk Commit: 3c8a2a7660f156c41260019965d9e345d934eb01 Parents: 29a8b88 Author: Sylvain Lebresne <sylv...@datastax.com> Authored: Fri Oct 17 13:02:29 2014 +0200 Committer: Sylvain Lebresne <sylv...@datastax.com> Committed: Fri Oct 17 13:02:29 2014 +0200 ---------------------------------------------------------------------- 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/3c8a2a76/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 102a87b..6f6b795 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -15,14 +15,22 @@ using the provided 'sstableupgrade' tool. 2.0.11 ====== + +Upgrading +--------- + - Nothing specific to this release, but refer to previous entries if you + are upgrading from a previous version. + New features ------------ - DateTieredCompactionStrategy added, optimized for time series data and groups data that is written closely in time (CASSANDRA-6602 for details). Consider this experimental for now. + 2.0.10 ====== + New features ------------ - CqlPaginRecordReader and CqlPagingInputFormat have both been removed. http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c8a2a76/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 829c873..8c23407 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.10"/> + <property name="base.version" value="2.0.11"/> <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/3c8a2a76/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index e0b1eae..39d9520 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.0.11) unstable; urgency=medium + + * New release + + -- Sylvain Lebresne <slebre...@apache.org> Fri, 17 Oct 2014 13:01:02 +0200 + cassandra (2.0.10) unstable; urgency=medium * New release