update versioning for 0.7.0 beta2 release

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@996555 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-09-13 14:28:29 +00:00
parent 351af4a874
commit 66c3972a7c
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
dev
0.7-beta2
* always use UTF-8 for hint keys (CASSANDRA-1439)
* remove cassandra.yaml dependency from Hadoop and Pig (CASSADRA-1322)
* expose CfDef metadata in describe_keyspaces (CASSANDRA-1633)

View File

@ -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-beta1"/>
<property name="base.version" value="0.7.0-beta2"/>
<condition property="version" value="${base.version}">
<isset property="release"/>
</condition>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (0.7.0~beta2) unstable; urgency=low
* New beta release.
-- Eric Evans <eevans@apache.org> Mon, 13 Sep 2010 09:24:06 -0500
cassandra (0.7.0~beta1) unstable; urgency=low
* New beta release.