belatedly mention 0.6.1 network incompatibility with 0.6.0

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6@958086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-06-25 19:07:51 +00:00
parent 04d06ab076
commit a94828f571
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
0.6.1
=====
Upgrading
---------
- We try to keep minor versions 100% compatible (data format,
commitlog format, network format) within the major series, but
we introduced a network-level incompatibility in this 0.6.1.
Thus, if you are upgrading from 0.6.0 to any higher version
(0.6.1, 0.6.2, etc.) then you will need to restart your entire
cluster with the new version, instead of being able to do a
rolling restart.
0.6.0
=====