Update version number for 2.1.0-rc7

This commit is contained in:
Sylvain Lebresne 2014-08-28 16:33:05 +02:00
parent 69a25cd053
commit 35e4e77071
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2.1.0
2.1.0-rc7
* (cqlsh) Fix case insensitivity (CASSANDRA-7834)
* Fix failure to stream ranges when moving (CASSANDRA-7836)
* Correctly remove tmplink files (CASSANDRA-7803)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="2.1.0-rc6"/>
<property name="base.version" value="2.1.0-rc7"/>
<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.1.0~rc7) unstable; urgency=medium
* New RC release
-- Sylvain Lebresne <slebresne@apache.org> Thu, 28 Aug 2014 16:32:12 +0200
cassandra (2.1.0~rc6) unstable; urgency=medium
* New RC release