update CHANGES and NEWS for 3690

This commit is contained in:
Jonathan Ellis 2012-04-25 10:29:20 -05:00
parent 7daa6625a1
commit 58dceaa6a8
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,5 @@
1.1.1-dev
* streaming commitlog backup + pitr (CASSANDRA-3690)
* avoid generating redundant compaction tasks during streaming
(CASSANDRA-4174)
* add -cf option to nodetool snapshot, and takeColumnFamilySnapshot to

View File

@ -9,6 +9,15 @@ upgrade, just in case you need to roll back to the previous version.
by version X, but the inverse is not necessarily the case.)
1.1.1
=====
Features
--------
- Continuous commitlog archiving and point-in-time recovery.
See conf/commitlog_archiving.properties
1.1
===