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/07 23:56:13 UTC

[13/16] git commit: add #2474, #4434 to CHANGES

add #2474, #4434 to CHANGES


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

Branch: refs/heads/cassandra-1.1
Commit: f618369f392af6927adc587ebfbeb595925fe138
Parents: c9ce1f0
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Dec 7 16:52:54 2012 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Fri Dec 7 16:52:58 2012 -0600

----------------------------------------------------------------------
 CHANGES.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f618369f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5d1fd8d..874dbd4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -113,6 +113,7 @@ Merged from 1.0:
 
 
 1.1.3
+ * (cqlsh) add COPY TO (CASSANDRA-4434)
  * munmap commitlog segments before rename (CASSANDRA-4337)
  * (JMX) rename getRangeKeySample to sampleKeyRange to avoid returning
    multi-MB results as an attribute (CASSANDRA-4452)
@@ -454,7 +455,7 @@ Merged from 0.8:
  * Add SnapshotCommand to trigger snapshot on remote node (CASSANDRA-3721)
  * Make CFMetaData conversions to/from thrift/native schema inverses
    (CASSANDRA_3559)
- * Add initial code for CQL 3.0-beta (CASSANDRA-3781, 3753)
+ * Add initial code for CQL 3.0-beta (CASSANDRA-2474, 3781, 3753)
  * Add wide row support for ColumnFamilyInputFormat (CASSANDRA-3264)
  * Allow extending CompositeType comparator (CASSANDRA-3657)
  * Avoids over-paging during get_count (CASSANDRA-3798)