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/17 01:42:07 UTC

[4/6] git commit: add missing cqlsh CHANGES entries

add missing cqlsh CHANGES entries


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

Branch: refs/heads/trunk
Commit: 09ad083aba003ef7f1b84e9526020f72f203d137
Parents: 97d4c1c
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Mar 16 19:40:53 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Fri Mar 16 19:41:22 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/09ad083a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 3053bb3..d97fc5a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,7 +40,13 @@ Merged from 1.0:
 
 
 1.1-beta1
- * add SOURCE and CAPTURE cqlsh commands (CASSANDRA-3479)
+ * (cqlsh)
+   + add SOURCE and CAPTURE commands, and --file option (CASSANDRA-3479)
+   + add ALTER COLUMNFAMILY WITH (CASSANDRA-3523)
+   + bundle Python dependencies with Cassandra (CASSANDRA-3507)
+   + added to Debian package (CASSANDRA-3458)
+   + display byte data instead of erroring out on decode failure 
+     (CASSANDRA-3874)
  * add nodetool rebuild_index (CASSANDRA-3583)
  * add nodetool rangekeysample (CASSANDRA-2917)
  * Fix streaming too much data during move operations (CASSANDRA-3639)