Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 2bd733264 -> 0e81892d7 refs/heads/cassandra-3.0 3acb7d44a -> c4f1f4080 refs/heads/cassandra-3.11 975e1d3eb -> f8acbd278 refs/heads/trunk 521f50bb1 -> 9c142f915
Ninja fix: fix CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0e81892d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0e81892d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0e81892d Branch: refs/heads/cassandra-2.2 Commit: 0e81892d77e487cf5c66c29b48b4e81d1e8d7980 Parents: 2bd7332 Author: Benjamin Lerer <[email protected]> Authored: Thu Aug 2 15:11:45 2018 +0200 Committer: Benjamin Lerer <[email protected]> Committed: Thu Aug 2 15:11:45 2018 +0200 ---------------------------------------------------------------------- CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0e81892d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9e810c0..f3de388 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,7 @@ -2.2.13 +2.2.14 * Returns null instead of NaN or Infinity in JSON strings (CASSANDRA-14377) + +2.2.13 * Fix bug that prevented compaction of SSTables after full repairs (CASSANDRA-14423) * Incorrect counting of pending messages in OutboundTcpConnection (CASSANDRA-11551) * Fix compaction failure caused by reading un-flushed data (CASSANDRA-12743) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
