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/09/24 22:37:01 UTC

[2/3] git commit: CHANGES

CHANGES


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

Branch: refs/heads/trunk
Commit: b961986a7b867d796e51ef749fbea5dafe3fd409
Parents: 0307dca
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Sep 24 15:26:24 2012 -0500
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Sep 24 15:26:24 2012 -0500

----------------------------------------------------------------------
 CHANGES.txt |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b961986a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4afe899..cea2605 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,13 +2,12 @@
  * use default consistency level in counter validation if none is
    explicitly provide (CASSANDRA-4700)
  * Improve IAuthority interface by introducing fine-grained
-   access permissions and grant/revoke commands (CASSANDRA-4490)
+   access permissions and grant/revoke commands (CASSANDRA-4490, 4644)
  * fix assumption error in CLI when updating/describing keyspace 
    (CASSANDRA-4322)
  * Adds offline sstablescrub to debian packaging (CASSANDRA-4642)
  * Automatic fixing of overlapping leveled sstables (CASSANDRA-4644)
  * fix error when using ORDER BY with extended selections (CASSANDRA-4689)
- * rename permission USE to DESCRIBE (CASSANDRA-4664)
 Merged from 1.0:
  * Switch from NBHM to CHM in MessagingService's callback map, which
    prevents OOM in long-running instances (CASSANDRA-4708)