update CHANGES
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/05a39610 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/05a39610 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/05a39610 Branch: refs/heads/trunk Commit: 05a39610d7867e40f2810a800d389f56ecf598f9 Parents: cf84ea7 Author: Jonathan Ellis <jbel...@apache.org> Authored: Thu Apr 4 12:11:22 2013 -0500 Committer: Jonathan Ellis <jbel...@apache.org> Committed: Thu Apr 4 12:11:22 2013 -0500 ---------------------------------------------------------------------- CHANGES.txt | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/05a39610/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 05a1188..c1e2540 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,8 @@ 1.2.4 + * avoid duplicate index entries ind PrecompactedRow and + ParallelCompactionIterable (CASSANDRA-5395) + * remove the index entry on oldColumn when new column is a tombstone + (CASSANDRA-5395) * Change default stream throughput from 400 to 200 mbps (CASSANDRA-5036) * Gossiper logs DOWN for symmetry with UP (CASSANDRA-5187) * Fix mixing prepared statements between keyspaces (CASSANDRA-5352) @@ -9,9 +13,11 @@ * Validate that provided CQL3 collection value are < 64K (CASSANDRA-5355) * Make upgradeSSTable skip current version sstables by default (CASSANDRA-5366) * Optimize min/max timestamp collection (CASSANDRA-5373) - * Invalid streamId in cql binary protocol when using invalid CL (CASSANDRA-5164) + * Invalid streamId in cql binary protocol when using invalid CL + (CASSANDRA-5164) * Fix validation for IN where clauses with collections (CASSANDRA-5376) - * Copy resultSet on count query to avoid ConcurrentModificationException (CASSANDRA-5382) + * Copy resultSet on count query to avoid ConcurrentModificationException + (CASSANDRA-5382) * Correctly typecheck in CQL3 even with ReversedType (CASSANDRA-5386) * Fix streaming compressed files when using encryption (CASSANDRA-5391) * cassandra-all 1.2.0 pom missing netty dependency (CASSANDRA-5392) @@ -23,7 +29,8 @@ Merged from 1.1: * cli: Quote ks and cf names in schema output when needed (CASSANDRA-5052) * Fix bad default for min/max timestamp in SSTableMetadata (CASSANDRA-5372) - * Fix cf name extraction from manifest in Directories.migrateFile() (CASSANDRA-5242) + * Fix cf name extraction from manifest in Directories.migrateFile() + (CASSANDRA-5242) 1.2.3