From 57f85d5143bdacec14f68e9a43dca740c815bc47 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Sat, 9 Oct 2010 00:59:24 +0000 Subject: [PATCH] update NEWS git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@1006087 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 6c7b86b987..cf9ce4b740 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,14 @@ +0.6.6 +===== + +Upgrading +--------- + - As part of the cache-saving feature, a third directory + (along with data and commitlog) has been added to the config + file. You will need to set and create this directory + when restarting your node into 0.6.6. + + 0.6.1 =====