diff --git a/CHANGES.txt b/CHANGES.txt index 9973bbca19..7c6b4adda8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,8 @@ * Update and refactor ant test/test-compression to run the tests in parallel (CASSANDRA-9583) * Fix upgrading to new directory for secondary index (CASSANDRA-9687) Merged from 2.1: + * (cqlsh) Fix bad check for CQL compatibility when DESCRIBE'ing + COMPACT STORAGE tables with no clustering columns * Eliminate strong self-reference chains in sstable ref tidiers (CASSANDRA-9656) * Ensure StreamSession uses canonical sstable reader instances (CASSANDRA-9700) * Ensure memtable book keeping is not corrupted in the event we shrink usage (CASSANDRA-9681) diff --git a/lib/cassandra-driver-internal-only-2.6.0c2.post.zip b/lib/cassandra-driver-internal-only-2.6.0c2.post.zip new file mode 100644 index 0000000000..5fa57c74d6 Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.6.0c2.post.zip differ diff --git a/lib/cassandra-driver-internal-only-2.6.0c2.zip b/lib/cassandra-driver-internal-only-2.6.0c2.zip deleted file mode 100644 index cde49ec93c..0000000000 Binary files a/lib/cassandra-driver-internal-only-2.6.0c2.zip and /dev/null differ