mirror of https://github.com/apache/cassandra
Update versions for 2.0.11
This commit is contained in:
parent
b353aa34e3
commit
02b83d9a8c
8
NEWS.txt
8
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.
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue