cqlsh: Fix IPv6 Support

This commit upgrades the bundled datastax/python-driver to
ad2f61f8655.

Patch by Tyler Hobbs; reviewed by Philip Thompson for CASSANDRA-7988
This commit is contained in:
Tyler Hobbs 2014-10-01 12:27:39 -05:00
parent 1394b128c6
commit 592672320d
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2.1.1
* (cqlsh) Fix IPv6 support (CASSANDRA-7988)
* Ignore fat clients when checking for endpoint collision (CASSANDRA-7939)
* Make sstablerepairedset take a list of files (CASSANDRA-7995)
* (cqlsh) Tab completeion for indexes on map keys (CASSANDRA-7972)