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/04/24 20:12:37 UTC

[8/25] git commit: move cql changes to own section of changelog

move cql changes to own section of changelog


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

Branch: refs/heads/trunk
Commit: 1697795c2828234de8a40bab9a7760d3cb897d50
Parents: 87c068e
Author: Jonathan Ellis <jb...@apache.org>
Authored: Fri Apr 20 11:18:09 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Tue Apr 24 13:11:39 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1697795c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7adf400..af1da46 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,15 +18,15 @@
 
 
 1.1.0-final
- * fix NPE in cql3 ALTER TABLE (CASSANDRA-4163)
- * (cqlsh) fix recognizing uppercase SELECT keyword (CASSANDRA-4161)
  * average a reduced liveRatio estimate with the previous one (CASSANDRA-4065)
  * Allow KS and CF names up to 48 characters (CASSANDRA-4157)
- * Add support for CL.TWO and CL.THREE in CQL (CASSANDRA-4156)
- * Fix type in CQL3 ALTER TABLE preventing update (CASSANDRA-4170)
- * Throw invalid exception from CQL3 on obsolete options (CASSANDRA-4171)
  * fix stress build (CASSANDRA-4140)
  * add time remaining estimate to nodetool compactionstats (CASSANDRA-4167)
+ * (cql) fix NPE in cql3 ALTER TABLE (CASSANDRA-4163)
+ * (cql) Add support for CL.TWO and CL.THREE in CQL (CASSANDRA-4156)
+ * (cql) Fix type in CQL3 ALTER TABLE preventing update (CASSANDRA-4170)
+ * (cql) Throw invalid exception from CQL3 on obsolete options (CASSANDRA-4171)
+ * (cqlsh) fix recognizing uppercase SELECT keyword (CASSANDRA-4161)
 Merged from 1.0:
  * avoid streaming empty files with bulk loader if sstablewriter errors out
    (CASSANDRA-3946)