mirror of https://github.com/apache/cassandra
update CHANGES and NEWS for 3690
This commit is contained in:
parent
7daa6625a1
commit
58dceaa6a8
|
|
@ -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
|
||||
|
|
|
|||
9
NEWS.txt
9
NEWS.txt
|
|
@ -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
|
||||
===
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue