diff --git a/CHANGES.txt b/CHANGES.txt index 4dcf63c811..9a76134a3d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,6 +14,8 @@ * atomic switch of memtables and sstables (CASSANDRA-2284) * add pluggable SeedProvider (CASSANDRA-1669) * Fix clustertool to not throw exception when calling get_endpoints (CASSANDRA-2437) + * upgrade to thrift 0.6 (CASSANDRA-2412) + 0.7.5 * Avoid seeking when sstable2json exports the entire file (CASSANDRA-2318) diff --git a/lib/libthrift-0.5.jar b/lib/libthrift-0.5.jar deleted file mode 100644 index 5c8cfac103..0000000000 Binary files a/lib/libthrift-0.5.jar and /dev/null differ diff --git a/lib/libthrift-0.6.jar b/lib/libthrift-0.6.jar new file mode 100644 index 0000000000..0d91fe1c1a Binary files /dev/null and b/lib/libthrift-0.6.jar differ