Repository: cassandra Updated Branches: refs/heads/trunk c7b02d1a6 -> addba6b56
Upgraded bundled python driver to 2.5.0 Patch by Blake Eggleston; reviewed by Tyler Hobbs for CASSANDRA-9081 and CASSANDRA-8919 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2fa18d3a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2fa18d3a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2fa18d3a Branch: refs/heads/trunk Commit: 2fa18d3a9f2eefaa84f321a2b7835819931176b2 Parents: cc672f3 Author: Blake Eggleston <[email protected]> Authored: Wed Apr 1 13:03:20 2015 -0500 Committer: Tyler Hobbs <[email protected]> Committed: Wed Apr 1 13:03:20 2015 -0500 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ lib/cassandra-driver-internal-only-2.1.4.post.zip | Bin 140181 -> 0 bytes lib/cassandra-driver-internal-only-2.5.0.zip | Bin 0 -> 189224 bytes 3 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/2fa18d3a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 6137e00..06d2112 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,6 @@ 2.1.5 + * cqlsh: Make CompositeType data readable (CASSANDRA-8919) + * cqlsh: Fix display of triggers (CASSANDRA-9081) * Fix NullPointerException when deleting or setting an element by index on a null list collection (CASSANDRA-9077) * Buffer bloom filter serialization (CASSANDRA-9066) http://git-wip-us.apache.org/repos/asf/cassandra/blob/2fa18d3a/lib/cassandra-driver-internal-only-2.1.4.post.zip ---------------------------------------------------------------------- diff --git a/lib/cassandra-driver-internal-only-2.1.4.post.zip b/lib/cassandra-driver-internal-only-2.1.4.post.zip deleted file mode 100644 index 56b7162..0000000 Binary files a/lib/cassandra-driver-internal-only-2.1.4.post.zip and /dev/null differ http://git-wip-us.apache.org/repos/asf/cassandra/blob/2fa18d3a/lib/cassandra-driver-internal-only-2.5.0.zip ---------------------------------------------------------------------- diff --git a/lib/cassandra-driver-internal-only-2.5.0.zip b/lib/cassandra-driver-internal-only-2.5.0.zip new file mode 100644 index 0000000..8dbf772 Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.5.0.zip differ
