mirror of https://github.com/apache/cassandra
Update version number for 2.1.0-rc7
This commit is contained in:
parent
69a25cd053
commit
35e4e77071
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue