You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2014/02/05 08:47:31 UTC

git commit: Update news, version in preparation for 1.2.15

Updated Branches:
  refs/heads/cassandra-1.2 511787d75 -> 178e086f1


Update news, version in preparation for 1.2.15


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/178e086f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/178e086f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/178e086f

Branch: refs/heads/cassandra-1.2
Commit: 178e086f1aaa2744dfc8046c9abb0c62e8a65895
Parents: 511787d
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Feb 5 08:47:20 2014 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Feb 5 08:47:20 2014 +0100

----------------------------------------------------------------------
 CHANGES.txt      |  1 +
 NEWS.txt         | 10 ++++++++++
 build.xml        |  2 +-
 debian/changelog |  6 ++++++
 4 files changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/178e086f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 75c7104..0989dc4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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

http://git-wip-us.apache.org/repos/asf/cassandra/blob/178e086f/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 53cb7ca..771536d 100644
--- a/NEWS.txt
+++ b/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
 ======
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/178e086f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 150e2fe..ce87a2a 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>

http://git-wip-us.apache.org/repos/asf/cassandra/blob/178e086f/debian/changelog
----------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 472063e..bb8ecf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (1.2.15) unstable; urgency=low
+
+  * New release
+
+ -- Sylvain Lebresne <sl...@apache.org>  Wed, 05 Feb 2014 08:42:29 +0100
+
 cassandra (1.2.14) unstable; urgency=low
 
   * New release