Author: eevans
Date: Thu Feb 18 21:31:15 2010
New Revision: 911597
URL: http://svn.apache.org/viewvc?rev=911597&view=rev
Log:
update release note for Ivy related changes
Patch by eevans
Modified:
incubator/cassandra/branches/cassandra-0.6/CHANGES.txt
incubator/cassandra/branches/cassandra-0.6/NEWS.txt
Modified: incubator/cassandra/branches/cassandra-0.6/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.6/CHANGES.txt?rev=911597&r1=911596&r2=911597&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.6/CHANGES.txt (original)
+++ incubator/cassandra/branches/cassandra-0.6/CHANGES.txt Thu Feb 18 21:31:15
2010
@@ -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)
Modified: incubator/cassandra/branches/cassandra-0.6/NEWS.txt
URL:
http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.6/NEWS.txt?rev=911597&r1=911596&r2=911597&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.6/NEWS.txt (original)
+++ incubator/cassandra/branches/cassandra-0.6/NEWS.txt Thu Feb 18 21:31:15 2010
@@ -33,6 +33,14 @@
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
=====