Author: jbellis
Date: Mon May 23 14:50:58 2011
New Revision: 1126523
URL: http://svn.apache.org/viewvc?rev=1126523&view=rev
Log:
r/m empty directories
Removed:
cassandra/branches/cassandra-0.8.0/contrib/client_only/
Modified:
cassandra/branches/cassandra-0.8.0/NEWS.txt
Modified: cassandra/branches/cassandra-0.8.0/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.8.0/NEWS.txt?rev=1126523&r1=1126522&r2=1126523&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.8.0/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.8.0/NEWS.txt Mon May 23 14:50:58 2011
@@ -58,6 +58,9 @@ Other
to compact that anyway (which will free up space if there are
a lot of expired tombstones), use the new forceUserDefinedCompaction
JMX method on CompactionManager.
+ - most of contrib/ (which was not part of the binary releases)
+ has been moved either to examples/ or tools/. We plan to move the
+ rest for 0.8.1.
JMX
---