mirror of https://github.com/apache/cassandra
update versioning in preparation for 0.7 rc1 release
Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1026515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f6e15244da
commit
4876e55917
|
|
@ -1,4 +1,4 @@
|
|||
dev
|
||||
0.7.0-rc1
|
||||
* add strategy options to describe_keyspace output (CASSANDRA-1560)
|
||||
* log warning when using randomly generated token (CASSANDRA-1552)
|
||||
* re-organize JMX into .db, .net, .internal, .request (CASSANDRA-1217)
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
<property name="test.unit.src" value="${test.dir}/unit"/>
|
||||
<property name="test.long.src" value="${test.dir}/long"/>
|
||||
<property name="dist.dir" value="${build.dir}/dist"/>
|
||||
<property name="base.version" value="0.7.0-beta2"/>
|
||||
<property name="base.version" value="0.7.0-rc1"/>
|
||||
<condition property="version" value="${base.version}">
|
||||
<isset property="release"/>
|
||||
</condition>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (0.7.0~rc1) unstable; urgency=low
|
||||
|
||||
* New release candidate.
|
||||
|
||||
-- Eric Evans <eevans@apache.org> Fri, 22 Oct 2010 17:35:18 -0500
|
||||
|
||||
cassandra (0.7.0~beta2) unstable; urgency=low
|
||||
|
||||
* New beta release.
|
||||
|
|
|
|||
Loading…
Reference in New Issue