diff --git a/CHANGES.txt b/CHANGES.txt index 43ee218022..26315bef1d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,8 +13,11 @@ (CASSANDRA-4128) * Move CfDef and KsDef validation out of thrift (CASSANDRA-4037) Merged from 1.0: + * add auto_snapshot option allowing disabling snapshot before drop/truncate + (CASSANDRA-3710) * allow short snitch names (CASSANDRA-4130) + 1.1-beta2 * rename loaded sstables to avoid conflicts with local snapshots (CASSANDRA-3967) diff --git a/build.xml b/build.xml index 02a68ae8cb..2286b2707b 100644 --- a/build.xml +++ b/build.xml @@ -655,7 +655,7 @@ The build target builds all the .class files --> + depends="maven-ant-tasks-retrieve-build,avro-generate,build-subprojects,build-project,stress-build" description="Compile Cassandra classes"/> @@ -684,12 +684,34 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -751,6 +773,20 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -