Update version for 1.2.5 release

This commit is contained in:
Sylvain Lebresne 2013-05-03 17:54:04 +02:00
parent 64c0d1e7d5
commit de98541708
3 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* Fix shutdown of binary protocol server (CASSANDRA-5507)
* Fix repair -snapshot not working (CASSANDRA-5512)
* Set isRunning flag later in binary protocol server (CASSANDRA-5467)
* Fix use of CQL3 functions with descencind clustering order (CASSANDRA-5472)
* Fix use of CQL3 functions with descending clustering order (CASSANDRA-5472)
* Prevent repair when protocol version does not match (CASSANDRA-5523)
* Disallow renaming columns one at a time for thrift table in CQL3
(CASSANDRA-5531)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="1.2.4"/>
<property name="base.version" value="1.2.5"/>
<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.2.5) unstable; urgency=low
* New release
-- Sylvain Lebresne <slebresne@apache.org> Fri, 03 May 2013 17:52:01 +0200
cassandra (1.2.4) unstable; urgency=low
* New release