Skip to content

Commit

Permalink
Update changelog, news and version for 0.8.5
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1165225 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pcmanus committed Sep 5, 2011
1 parent a8c6e62 commit 2d53438
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
* bundle sstableloader with the debian package (CASSANDRA-3113) * bundle sstableloader with the debian package (CASSANDRA-3113)
* don't try to build secondary indexes when there is none (CASSANDRA-3123) * don't try to build secondary indexes when there is none (CASSANDRA-3123)
* improve SSTableSimpleUnsortedWriter speed for large rows (CASSANDRA-3122) * improve SSTableSimpleUnsortedWriter speed for large rows (CASSANDRA-3122)
* handle keyspace arguments correctly in nodetool snapshot (CASSANDRA-3038)
* Fix SSTableImportTest on windows (CASSANDRA-3043)
* expose compactionThroughputMbPerSec through JMX (CASSANDRA-3117)
* log keyspace and CF of large rows being compacted




0.8.4 0.8.4
Expand Down
10 changes: 9 additions & 1 deletion NEWS.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,17 @@
0.8.5 0.8.5
===== =====


Features
--------
- SSTables copied to a data directory can be loaded by a live node through
nodetool refresh (may be handy to load snapshots).
- The configured compaction throughput is exposed through JMX.

Other Other
----- -----
- The sstableloader is now bundled with the debian package - The sstableloader is now bundled with the debian package.
- Repair detects when a participating node is dead and fails instead of
hanging forever.




0.8.4 0.8.4
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/> <property name="debuglevel" value="source,lines,vars"/>


<!-- default version and SCM information (we need the default SCM info as people may checkout with git-svn) --> <!-- default version and SCM information (we need the default SCM info as people may checkout with git-svn) -->
<property name="base.version" value="0.8.4"/> <property name="base.version" value="0.8.5"/>
<property name="scm.default.path" value="cassandra/branches/cassandra-0.8"/> <property name="scm.default.path" value="cassandra/branches/cassandra-0.8"/>
<property name="scm.default.connection" value="scm:svn:http://svn.apache.org/repos/asf/${scm.default.path}"/> <property name="scm.default.connection" value="scm:svn:http://svn.apache.org/repos/asf/${scm.default.path}"/>
<property name="scm.default.developerConnection" value="scm:svn:https://svn.apache.org/repos/asf/${scm.default.path}"/> <property name="scm.default.developerConnection" value="scm:svn:https://svn.apache.org/repos/asf/${scm.default.path}"/>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,9 @@
cassandra (0.8.5) unstable; urgency=low

* New release

-- Sylvain Lebresne <slebresne@apache.org> Mon, 05 Sep 2011 11:55:20 +0200

cassandra (0.8.4) unstable; urgency=low cassandra (0.8.4) unstable; urgency=low


* New release * New release
Expand Down

0 comments on commit 2d53438

Please sign in to comment.