Skip to content

Commit

Permalink
Release 0.7~beta1, merge fixes from Paul Cannon
Browse files Browse the repository at this point in the history
  • Loading branch information
driftx committed Aug 15, 2010
1 parent f2402a3 commit 6f5dce7
Show file tree
Hide file tree
Showing 6 changed files with 930 additions and 532 deletions.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,11 @@
python-telephus (0.7~beta1) unstable; urgency=low

* Add describe_version
* Update to work with Cassandra 0.7.x HEAD r985573
* Merge updates from Paul Cannon

-- Brandon Williams <brandon@riptano.com> Sun, 15 Aug 2010 08:40:00 +0000

python-telephus (0.6.2) unstable; urgency=low python-telephus (0.6.2) unstable; urgency=low


* Fix double errbacks * Fix double errbacks
Expand Down
2 changes: 1 addition & 1 deletion telephus/cassandra/Cassandra-remote
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if len(sys.argv) <= 1 or sys.argv[1] == '--help':
print ' string describe_version()' print ' string describe_version()'
print ' describe_ring(string keyspace)' print ' describe_ring(string keyspace)'
print ' string describe_partitioner()' print ' string describe_partitioner()'
print ' describe_keyspace(string keyspace)' print ' KsDef describe_keyspace(string keyspace)'
print ' describe_splits(string keyspace, string cfName, string start_token, string end_token, i32 keys_per_split)' print ' describe_splits(string keyspace, string cfName, string start_token, string end_token, i32 keys_per_split)'
print ' string system_add_column_family(CfDef cf_def)' print ' string system_add_column_family(CfDef cf_def)'
print ' string system_drop_column_family(string column_family)' print ' string system_drop_column_family(string column_family)'
Expand Down
Loading

0 comments on commit 6f5dce7

Please sign in to comment.