Update changelog and news file

This commit is contained in:
Sylvain Lebresne 2012-06-29 17:23:18 +02:00
parent 44e0b9655a
commit 39bcc8cd9d
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -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
=====