You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2013/10/21 09:20:12 UTC

git commit: CASSANDRA-6212 CHANGES.txt

Updated Branches:
  refs/heads/cassandra-2.0 28caff5a4 -> 146f813e5


CASSANDRA-6212 CHANGES.txt


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

Branch: refs/heads/cassandra-2.0
Commit: 146f813e56a97472c88d67d1917d78c4e0f3e81a
Parents: 28caff5
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Mon Oct 21 15:20:03 2013 +0800
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Mon Oct 21 15:20:03 2013 +0800

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/146f813e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 41e885e..401b3ff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,7 @@
  * Use Java7 file-handling APIs and fix file moving on Windows (CASSANDRA-5383)
  * Save compaction history to system keyspace (CASSANDRA-5078)
  * Fix NPE if StorageService.getOperationMode() is executed before full startup (CASSANDRA-6166)
+ * CQL3: support pre-epoch longs for TimestampType (CASSANDRA-6212)
 Merged from 1.2:
  * (Hadoop) Require CFRR batchSize to be at least 2 (CASSANDRA-6114)
  * Add a warning for small LCS sstable size (CASSANDRA-6191)