Author: eevans
Date: Mon Jan 24 18:03:24 2011
New Revision: 1062899
URL: http://svn.apache.org/viewvc?rev=1062899&view=rev
Log:
update release notes and changelog for #1933
Patch by eevans for CASSANDRA-1933
Modified:
cassandra/trunk/CHANGES.txt
cassandra/trunk/NEWS.txt
Modified: cassandra/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=1062899&r1=1062898&r2=1062899&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Mon Jan 24 18:03:24 2011
@@ -4,6 +4,7 @@
(CASSANDRA-1072, 1937, 1944)
* make NetworkTopologyStrategy the default (CASSANDRA-1960)
* configurable internode encryption (CASSANDRA-1567)
+ * human readable column names in sstable2json output (CASSANDRA-1933)
0.7.1-dev
Modified: cassandra/trunk/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=1062899&r1=1062898&r2=1062899&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Mon Jan 24 18:03:24 2011
@@ -7,6 +7,15 @@ Upgrading
moved from org.apache.cassandra.avro to org.apache.cassandra.hadoop.avro,
applications using these classes will need to be updated accordingly.
+Other
+-----
+ In the past, sstable2json would write column names and values as hex
+ strings, and now creates human readable values based on the
+ comparator/validator. As a result, JSON dumps created with older
+ versions of sstable2json are no longer compatible with json2sstable,
+ and imports must be made with a configuration that is identical to
+ the export.
+
0.7.0
=====