mirror of https://github.com/apache/cassandra
Update version for 1.2.5 release
This commit is contained in:
parent
64c0d1e7d5
commit
de98541708
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue