mirror of https://github.com/apache/cassandra
Update news, version in preparation for 1.2.15
This commit is contained in:
parent
511787d75d
commit
178e086f1a
|
|
@ -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
|
||||
|
|
|
|||
10
NEWS.txt
10
NEWS.txt
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue