Updated Branches: refs/heads/trunk c747874a5 -> 46681108e
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/trunk Commit: 146f813e56a97472c88d67d1917d78c4e0f3e81a Parents: 28caff5 Author: Aleksey Yeschenko <alek...@apache.org> Authored: Mon Oct 21 15:20:03 2013 +0800 Committer: Aleksey Yeschenko <alek...@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)