Repository: cassandra
Updated Branches:
  refs/heads/trunk ada8d8b60 -> 56b773793


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


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/59267232
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/59267232
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/59267232

Branch: refs/heads/trunk
Commit: 592672320d3eadecc8409443a26ab5809f021cfb
Parents: 1394b12
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Wed Oct 1 12:27:39 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Wed Oct 1 12:27:39 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 lib/cassandra-driver-internal-only-2.1.0.post.zip | Bin 129435 -> 0 bytes
 lib/cassandra-driver-internal-only-2.1.1.post.zip | Bin 0 -> 130016 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/59267232/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 3c217e2..b2e791f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/59267232/lib/cassandra-driver-internal-only-2.1.0.post.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.1.0.post.zip 
b/lib/cassandra-driver-internal-only-2.1.0.post.zip
deleted file mode 100644
index ccca182..0000000
Binary files a/lib/cassandra-driver-internal-only-2.1.0.post.zip and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/59267232/lib/cassandra-driver-internal-only-2.1.1.post.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.1.1.post.zip 
b/lib/cassandra-driver-internal-only-2.1.1.post.zip
new file mode 100644
index 0000000..94b5d4c
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.1.1.post.zip 
differ

Reply via email to