Updated Branches: refs/heads/cassandra-1.1.0 004a36cfd -> 5ccdc7f15
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/5ccdc7f1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ccdc7f1 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5ccdc7f1 Branch: refs/heads/cassandra-1.1.0 Commit: 5ccdc7f15744bcd59121e55cc11d9292712e689b Parents: 004a36c Author: Jonathan Ellis <[email protected]> Authored: Fri Apr 20 11:18:09 2012 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Fri Apr 20 11:18:09 2012 -0500 ---------------------------------------------------------------------- CHANGES.txt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/5ccdc7f1/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index fe728f9..b19d118 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,13 +1,13 @@ 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)
