From 43e6b7f5e59d32ccc421cd716bc53047604ec941 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Sat, 9 Oct 2010 01:29:45 +0000 Subject: [PATCH] merge from 0.6 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1006096 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 7f1f3b2f38..91c3286a0a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -111,6 +111,17 @@ Other static final variable called 'instance'. +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 =====