mirror of https://github.com/apache/cassandra
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:
parent
4b6cad5528
commit
bb3a8fdcb8
|
|
@ -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)
|
||||
|
|
|
|||
8
NEWS.txt
8
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
|
||||
=====
|
||||
|
|
|
|||
Loading…
Reference in New Issue