You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/12/04 21:56:55 UTC

[6/6] git commit: fix CHANGES merging

fix CHANGES merging


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

Branch: refs/heads/cassandra-1.2
Commit: ffb2eba6ca15038476a724884bc8628250ae9031
Parents: 0d69901
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Dec 4 14:56:30 2012 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Dec 4 14:56:30 2012 -0600

----------------------------------------------------------------------
 CHANGES.txt |   35 ++++++++++-------------------------
 1 files changed, 10 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ffb2eba6/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 40f6de6..339cf1d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,27 +26,25 @@
  * Fix allowing collections with compact storage (CASSANDRA-4990)
  * Refuse ttl/writetime function on collections (CASSANDRA-4992)
  * Replace IAuthority with new IAuthorizer (CASSANDRA-4874)
+ * clqsh: fix KEY pseudocolumn escaping when describing Thrift tables
+   in CQL3 mode (CASSANDRA-4955)
+ * add basic authentication support for Pig CassandraStorage (CASSANDRA-3042)
+ * fix CQL2 ALTER TABLE compaction_strategy_class altering (CASSANDRA-4965)
 Merged from 1.1:
-=======
-1.1.8
  * Fall back to old describe_splits if d_s_ex is not available (CASSANDRA-4803)
  * Improve error reporting when streaming ranges fail (CASSANDRA-5009)
-
-
-1.1.7
- * cqlsh: improve COPY FROM performance (CASSANDRA-4921)
- * Fall back to old describe_splits if d_s_ex is not available (CASSANDRA-4803)
- * add basic authentication support for Pig CassandraStorage (CASSANDRA-3042)
- * fix CQL2 ALTER TABLE compaction_strategy_class altering (CASSANDRA-4965)
+ * Fix cqlsh timestamp formatting of timezone info (CASSANDRA-4746)
+ * Fix assertion failure with leveled compaction (CASSANDRA-4799)
+ * Check for null end_token in get_range_slice (CASSANDRA-4804)
+ * Remove all remnants of removed nodes (CASSANDRA-4840)
+ * Add aut-reloading of the log4j file in debian package (CASSANDRA-4855)
+ * Fix estimated row cache entry size (CASSANDRA-4860)
  * reset getRangeSlice filter after finishing a row for get_paged_slice
    (CASSANDRA-4919)
  * expunge row cache post-truncate (CASSANDRA-4940)
- * remove IAuthority2 (CASSANDRA-4875)
  * Allow static CF definition with compact storage (CASSANDRA-4910)
  * Fix endless loop/compaction of schema_* CFs due to broken timestamps (CASSANDRA-4880)
  * Fix 'wrong class type' assertion in CounterColumn (CASSANDRA-4976)
- * clqsh: fix KEY pseudocolumn escaping when describing Thrift tables
-   in CQL3 mode (CASSANDRA-4955)
 
 
 1.2-beta2
@@ -118,22 +116,9 @@ Merged from 1.1:
  * (CQL) fix CREATE COLUMNFAMILY permissions check (CASSANDRA-4864)
  * Fix DynamicCompositeType same type comparison (CASSANDRA-4711)
  * Fix duplicate SSTable reference when stream session failed (CASSANDRA-3306)
-<<<<<<< HEAD
-||||||| merged common ancestors
- * Allow static CF definition with compact storage (CASSANDRA-4910)
- * Fix endless loop/compaction of schema_* CFs due to broken timestamps (CASSANDRA-4880)
- * Fix 'wrong class type' assertion in CounterColumn (CASSANDRA-4976)
-=======
  * Allow static CF definition with compact storage (CASSANDRA-4910)
  * Fix endless loop/compaction of schema_* CFs due to broken timestamps (CASSANDRA-4880)
  * Fix 'wrong class type' assertion in CounterColumn (CASSANDRA-4976)
- * Fix cqlsh timestamp formatting of timezone info (CASSANDRA-4746)
- * Fix assertion failure with leveled compaction (CASSANDRA-4799)
- * Check for null end_token in get_range_slice (CASSANDRA-4804)
- * Remove all remnants of removed nodes (CASSANDRA-4840)
- * Add aut-reloading of the log4j file in debian package (CASSANDRA-4855)
- * Fix estimated row cache entry size (CASSANDRA-4860)
->>>>>>> cassandra-1.1
 
 
 1.2-beta1