From a58c7fd9d4b691265478b4554c54e4b61b49fc7e Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Wed, 24 Mar 2010 16:02:42 +0000 Subject: [PATCH] document changes made in CASSANDRA-900 Patch by eevans for CASSANDRA-900 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@927100 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + NEWS.txt | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 221d8f0041..a3c979e94f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,7 @@ dev * bitmask matching in SliceRange queries (CASSANDRA-764) * switched to slf4j logging (CASSANDRA-625) * drain method to flush memtables and purge commit log prior to shutdown. (CASSANDRA-880) + * access levels for authentication/authorization (CASSANDRA-900) 0.6.0-RC1 diff --git a/NEWS.txt b/NEWS.txt index 6e504cb20a..17627a616b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -6,6 +6,11 @@ Configuraton - The ThriftAddress and ThriftPort directives have been renamed to RPCAddress and RPCPort respectively. +Thrift API +---------- + - The return type for login() is now AccessLevel. + + 0.6.0 =====