From bb3a8fdcb80601eaef9041b7631d379fbcdbf63e Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Thu, 18 Feb 2010 21:31:15 +0000 Subject: [PATCH] update release note for Ivy related changes Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.6@911597 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- NEWS.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 526d600562..38de0d8708 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -dev +0.6.0-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) diff --git a/NEWS.txt b/NEWS.txt index 6814ce2795..82d60ecc2a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -33,6 +33,14 @@ JMX metrics progress of the current compaction has been added. - commitlog JMX metrics are moved to org.apache.cassandra.db.Commitlog +Installation/Upgrade +-------------------- + - Where possible, Ivy (http://ant.apache.org/ivy/) is now being used to + dynamically retrieve third-party dependencies that were previously + shipped in lib/. If you are installing from binary distribution then + you will need to install Ant (http://ant.apache.org/), and invoke + `ant ivy-retrieve' in order to download needed dependencies. + 0.5.0 =====