Change version for 1.0.10 release

This commit is contained in:
Sylvain Lebresne 2012-05-04 17:53:39 +02:00
parent 2e851032b7
commit b2ca7f8212
3 changed files with 14 additions and 1 deletions

View File

@ -8,6 +8,13 @@ upgrade, just in case you need to roll back to the previous version.
(Cassandra version X + 1 will always be able to read data files created
by version X, but the inverse is not necessarily the case.)
1.0.10
======
Upgrading
---------
- Nothing specific to 1.0.10
1.0.9
=====

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="1.0.9"/>
<property name="base.version" value="1.0.10"/>
<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 (1.0.10) unstable; urgency=low
* New release
-- Sylvain Lebresne <slebresne@apache.org> Fri, 04 May 2012 17:51:19 +0200
cassandra (1.0.9) unstable; urgency=low
* New release