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
This commit is contained in:
Eric Evans 2010-02-18 21:31:15 +00:00
parent 4b6cad5528
commit bb3a8fdcb8
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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
=====