Update changelog and news file
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/39bcc8cd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/39bcc8cd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/39bcc8cd Branch: refs/heads/trunk Commit: 39bcc8cd9d2d95a8600760be2d55a2b5bc9b3b22 Parents: 44e0b96 Author: Sylvain Lebresne <[email protected]> Authored: Fri Jun 29 17:23:18 2012 +0200 Committer: Sylvain Lebresne <[email protected]> Committed: Fri Jun 29 17:23:18 2012 +0200 ---------------------------------------------------------------------- CHANGES.txt | 4 ++++ NEWS.txt | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/39bcc8cd/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 65f9fbb..eda806c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,10 @@ * (cql3) Fix deletion bug (CASSANDRA-4193) * Fix computation of overlapping sstable for leveled compaction (CASSANDRA-4321) * Improve scrub and allow to run it offline (CASSANDRA-4321) + * Fix assertionError in StorageService.bulkLoad (CASSANDRA-4368) + * (cqlsh) add option to authenticate to a keyspace at startup (CASSANDRA-4108) + * (cqlsh) fix ASSUME functionality (CASSANDRA-4352) + * Fix ColumnFamilyRecordReader to not return progress > 100% (CASSANDRA-3942) Merged from 1.0: * Set gc_grace on index CF to 0 (CASSANDRA-4314) http://git-wip-us.apache.org/repos/asf/cassandra/blob/39bcc8cd/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 9de9f21..fd7be27 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -17,6 +17,10 @@ Upgrading - Nothing specific to this release, but please see 1.1 if you are upgrading from a previous version. +Features +-------- + - cqlsh has a new COPY command to load data from CSV flat files + 1.1.1 =====
