docs and bump version
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/caba0a59 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/caba0a59 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/caba0a59 Branch: refs/heads/trunk Commit: caba0a5920400f912a27dc8e73e887d09c450908 Parents: 9890580 Author: T Jake Luciani <[email protected]> Authored: Thu Feb 5 11:11:14 2015 -0500 Committer: T Jake Luciani <[email protected]> Committed: Thu Feb 5 11:11:14 2015 -0500 ---------------------------------------------------------------------- NEWS.txt | 2 ++ build.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/caba0a59/NEWS.txt ---------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index e344acc..602770c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -21,6 +21,8 @@ Upgrading - Prepending a list to a list collection was erroneously resulting in the prepended list being reversed upon insertion. If you were depending on this buggy behavior, note that it has been corrected. + - Incremental replacement of compacted SSTables has been disabled for this + release. 2.1.2 ===== http://git-wip-us.apache.org/repos/asf/cassandra/blob/caba0a59/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0aa8c01..eaef534 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="2.1.2"/> + <property name="base.version" value="2.1.3"/> <property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/> <property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
