You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/04/02 19:27:18 UTC

[21/44] git commit: update CHANGES

update CHANGES


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cfec1e1f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cfec1e1f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/cfec1e1f

Branch: refs/heads/cassandra-0.8
Commit: cfec1e1f8162a30f24e7f31e1fe48884400755a8
Parents: 51482ba
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Apr 2 12:08:25 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Apr 2 12:08:25 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cfec1e1f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index af98a28..41e0510 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+0.8.11-dev
+ * make boundedstatsdeque threadsafe (CASSANDRA-4019)
+
+
 0.8.10
  * fix thread safety issues in commitlog replay, primarily affecting
    systems with many (100s) of CF definitions (CASSANDRA-3751)