Update versions for 2.0.11

This commit is contained in:
Sylvain Lebresne 2014-10-17 13:02:29 +02:00
parent b353aa34e3
commit 02b83d9a8c
3 changed files with 15 additions and 1 deletions

View File

@ -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.

View File

@ -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"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (2.0.11) unstable; urgency=medium
* New release
-- Sylvain Lebresne <slebresne@apache.org> Fri, 17 Oct 2014 13:01:02 +0200
cassandra (2.0.10) unstable; urgency=medium
* New release