mirror of https://github.com/apache/cassandra
update versioning for 0.7 rc3 release
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1051697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f79f8bde1
commit
d1f8de71d9
|
|
@ -1,4 +1,4 @@
|
|||
dev
|
||||
0.7.0-rc3
|
||||
* expose getNaturalEndpoints in StorageServiceMBean taking byte[]
|
||||
key; RMI cannot serialize ByteBuffer (CASSANDRA-1833)
|
||||
* infer org.apache.cassandra.locator for replication strategy classes
|
||||
|
|
|
|||
|
|
@ -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-rc2"/>
|
||||
<property name="base.version" value="0.7.0-rc3"/>
|
||||
<condition property="version" value="${base.version}">
|
||||
<isset property="release"/>
|
||||
</condition>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (0.7.0~rc3) unstable; urgency=low
|
||||
|
||||
* Release candidate release.
|
||||
|
||||
-- Eric Evans <eevans@apache.org> Tue, 21 Dec 2010 17:36:31 -0600
|
||||
|
||||
cassandra (0.7.0~rc2) unstable; urgency=low
|
||||
|
||||
* Release candidate release.
|
||||
|
|
|
|||
Loading…
Reference in New Issue