mirror of https://github.com/apache/cassandra
Change version for 1.0.10 release
This commit is contained in:
parent
2e851032b7
commit
b2ca7f8212
7
NEWS.txt
7
NEWS.txt
|
|
@ -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
|
||||
=====
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue