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/03/14 05:25:55 UTC

[10/14] git commit: add #3479 (SOURCE and CAPTURE cqlsh commands) to CHANGES

add #3479 (SOURCE and CAPTURE cqlsh commands) to CHANGES


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

Branch: refs/heads/cassandra-1.1
Commit: e454ea60f18e3cf3fe53f665e8cfab5b262536a8
Parents: 2d6174c
Author: Jonathan Ellis <jb...@apache.org>
Authored: Tue Mar 13 12:10:37 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Mar 13 12:10:37 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e454ea60/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 693cf25..65b1961 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,7 @@ Merged from 1.0:
 
 
 1.1-beta1
+ * add SOURCE and CAPTURE cqlsh commands (CASSANDRA-3479)
  * add nodetool rebuild_index (CASSANDRA-3583)
  * add nodetool rangekeysample (CASSANDRA-2917)
  * Fix streaming too much data during move operations (CASSANDRA-3639)