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 2010/01/20 17:21:38 UTC

svn commit: r901256 - /incubator/cassandra/trunk/CHANGES.txt

Author: jbellis
Date: Wed Jan 20 16:21:37 2010
New Revision: 901256

URL: http://svn.apache.org/viewvc?rev=901256&view=rev
Log:
add login mention to CHANGES

Modified:
    incubator/cassandra/trunk/CHANGES.txt

Modified: incubator/cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/CHANGES.txt?rev=901256&r1=901255&r2=901256&view=diff
==============================================================================
--- incubator/cassandra/trunk/CHANGES.txt (original)
+++ incubator/cassandra/trunk/CHANGES.txt Wed Jan 20 16:21:37 2010
@@ -1,6 +1,7 @@
 dev
  * add batch_mutate thrift command, deprecating batch_insert (CASSANDRA-336)
  * remove get_key_range Thrift API, deprecated in 0.5 (CASSANDRA-710)
+ * add optional login() Thrift call for authentication (CASSANDRA-547)
  * support fat clients using gossiper and StorageProxy to perform
    replication in-process [jvm-only] (CASSANDRA-535)
  * support mmapped I/O for reads, on by default on 64bit JVMs