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/07/02 10:39:36 UTC

[2/7] git commit: Changelog

Changelog


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

Branch: refs/heads/trunk
Commit: 04250f2e5c2f0e2b5fcacdbbfb9c62e25dbcc440
Parents: 135513c
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Wed Jul 2 10:26:44 2014 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Wed Jul 2 10:26:44 2014 +0200

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/04250f2e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index bc44f26..1a79e8d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,6 @@
 1.2.18
  * Support Thrift tables clustering columns on CqlPagingInputFormat (CASSANDRA-7445)
+ * Fix compilation with java 6 broke by CASSANDRA-7147
 
 1.2.17
  * cqlsh: Fix CompositeType columns in DESCRIBE TABLE output (CASSANDRA-7399)