Update news, version in preparation for 1.2.15

This commit is contained in:
Sylvain Lebresne 2014-02-05 08:47:20 +01:00
parent 511787d75d
commit 178e086f1a
4 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* Move handling of migration event source to solve bootstrap race (CASSANDRA-6648)
* Make sure compaction throughput value doesn't overflow with int math (CASSANDRA-6647)
1.2.14
* Reverted code to limit CQL prepared statement cache by size (CASSANDRA-6592)
* add cassandra.default_messaging_version property to allow easier

View File

@ -14,6 +14,16 @@ restore snapshots created with the previous major version using the
using the provided 'sstableupgrade' tool.
1.2.15
======
Upgrading
---------
- This release mainly fix a regression of 1.2.14, namely
https://issues.apache.org/jira/browse/CASSANDRA-6648. Users of 1.2.14 are
strongly encouraged to upgrade.
1.2.14
======

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.14"/>
<property name="base.version" value="1.2.15"/>
<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.15) unstable; urgency=low
* New release
-- Sylvain Lebresne <slebresne@apache.org> Wed, 05 Feb 2014 08:42:29 +0100
cassandra (1.2.14) unstable; urgency=low
* New release