From dbd6daa89ee2bbc22cbde35e71cbe5bb529464d2 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Fri, 19 Feb 2010 21:30:39 +0000 Subject: [PATCH] release note mentioning renamed directives Patch by eevans for CASSANDRA-811 git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@911991 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 82d60ecc2a..95e0d67b92 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,11 @@ +0.7.0 +===== + +Configuraton +------------ + - The ThriftAddress and ThriftPort directives have been renamed to + RPCAddress and RPCPort respectively. + 0.6.0 =====