Update versions, news and changes for 1.0.11 release

This commit is contained in:
Sylvain Lebresne 2012-07-27 17:14:32 +02:00
parent 7ff8e3c384
commit 4f0237acd5
4 changed files with 19 additions and 1 deletions

View File

@ -13,6 +13,10 @@
* Fix LCS splitting sstable base on uncompressed size (CASSANDRA-4419)
* Push the validation of secondary index values to the SecondaryIndexManager (CASSANDRA-4240)
* Don't purge columns during upgradesstables (CASSANDRA-4462)
* Make cqlsh work with piping (CASSANDRA-4113)
* Validate arguments for nodetool decommission (CASSANDRA-4061)
* Report thrift status in nodetool info (CASSANDRA-4010)
1.0.10
* fix maxTimestamp to include row tombstones (CASSANDRA-4116)

View File

@ -8,6 +8,14 @@ upgrade, just in case you need to roll back to the previous version.
(Cassandra version X + 1 will always be able to read data files created
by version X, but the inverse is not necessarily the case.)
1.0.11
======
Upgrading
---------
- Nothing specific to 1.0.10
1.0.10
======

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="1.0.10"/>
<property name="base.version" value="1.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 (1.0.11) unstable; urgency=low
* New release
-- Sylvain Lebresne <slebresne@apache.org> Fri, 27 Jul 2012 17:04:14 +0200
cassandra (1.0.10) unstable; urgency=low
* New release