-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've started a new stable branch of telepathy-python, to be shipped in OLPC 1.0. This branch implements the Telepathy 0.16.x specification.
Highlights since 0.13.13 include Tubes support with examples, removal of obsolete scripts, and some updates to existing examples. http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.14.0.tar.gz http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.14.0.tar.gz.asc The new 0.14.x stable branch will shortly be available from: http://projects.collabora.co.uk/darcs/telepathy/telepathy-python-0.14/ with the 0.15.x development branch starting in the main repository: http://projects.collabora.co.uk/darcs/telepathy/telepathy-python/ Changes since 0.13.3 follow. Fri Oct 12 14:02:30 BST 2007 Simon McVittie <[EMAIL PROTECTED]> tagged telepathy-python 0.14.0 Fri Oct 12 14:02:16 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Bump version to 0.14.0 Wed Sep 26 13:58:48 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * README: stop talking about recently-removed examples Wed Sep 26 13:58:26 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Adjust README to refer to the telepathy -> src move Wed Sep 26 13:56:12 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Move source code from ./telepathy to ./src - it's not usable until the generated bits have been compiled anyway, and with the source in ./telepathy, 'PYTHONPATH=$PWD/build/lib python -c "import telepathy"' won't work Mon Oct 1 17:00:52 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * move muc and private tubes client specific class to tube-stream-{muc,private}.py Mon Oct 1 16:49:53 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * stream_tube_client.py: print a message when the joiner is waiting for a tube offer Mon Oct 1 16:47:55 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * stream_tube_client.py: coding style tweaks Mon Oct 1 16:44:52 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddress Mon Oct 1 16:32:05 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * add examples/tube-stream-private.py Mon Oct 1 16:31:19 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoinerPrivateClient Mon Oct 1 16:16:43 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Joiner}MucClient class Mon Oct 1 15:47:43 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * stream_tube_client.py: set "x-example" as service Mon Oct 1 15:42:13 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * factor out stream tubes demo code to stream_tube_client.py Mon Oct 1 15:34:11 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}Client Mon Oct 1 15:22:50 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * tube-stream-muc.py: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_object._named_service when requesting channels Mon Oct 1 15:18:31 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * tube-dbus: use self.conn.dbus_proxy.bus_name instead of self.conn._dbus_object._named_service when requesting channels Mon Oct 1 13:00:59 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * add examples/tube-stream-muc.py Sat Sep 29 11:58:49 BST 2007 Sjoerd Simons <[EMAIL PROTECTED]> * call.py: Fix the definition of run_main_loop Thu Sep 27 16:18:54 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * update to spec 0.16.0 Thu Sep 27 16:03:24 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * examples/tube-dbus-muc.py: add a workaround to be sure to join the right room when using Salut Wed Sep 26 17:01:41 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * use dbus.service.Object instead of ExportedGObject Wed Sep 26 15:28:46 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * tube-dbus-muc.py: connect tubes signals before the ListTubes call to avoid to miss tubes appearing after the listing but before the signals were connected Wed Sep 26 15:05:03 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * update spec to fit 0.15.5 Wed Sep 26 14:47:20 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * add examples/tube-dbus-muc.py Wed Sep 26 13:58:12 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * copy ./examples/tubeconn.py from sugar Wed Sep 26 13:45:03 BST 2007 Guillaume Desmottes <[EMAIL PROTECTED]> * spec/Channel_Type_Tubes.xml updated to 0.15.5 Wed Sep 26 14:03:53 BST 2007 Xavier Claessens <[EMAIL PROTECTED]> * Update call-gtk.py to use new call.py API Fri Jul 13 15:17:03 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove TODO-SPEC (spec is elsewhere now) Fri Jul 13 15:16:48 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove TODO file for removed prototype stuff Fri Jul 13 15:14:23 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove test-client.py Fri Jul 13 15:14:04 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove disco.py Fri Jul 13 15:13:15 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove tabby Fri Jul 13 15:11:55 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove scw-client and pygtkconsole Fri Jul 13 15:10:46 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Remove swiss.manager, swiss.py Tue Sep 11 19:31:20 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Use CONN_MGR_PARAM_FLAG_HAS_DEFAULT to determine whether a parameter has a default Tue Sep 11 14:59:19 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Include default values in generated .manager files Tue Sep 11 14:56:01 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Handle register flag; use CONN_MGR_PARAM_FLAG_REQUIRED not 1L Fri Aug 31 20:37:01 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Sort the generated manager file by protocol name Fri Aug 31 16:05:11 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Rename variables to less haze-specific alternatives Fri Aug 31 15:58:18 BST 2007 Will Thompson <[EMAIL PROTECTED]> * Add generate-manager-file.py Fri Sep 7 15:59:39 BST 2007 Xavier Claessens <[EMAIL PROTECTED]> * HANDLE_TYPE_NONE is not a valid type Fri Sep 7 15:46:13 BST 2007 Xavier Claessens <[EMAIL PROTECTED]> * Invalid handles types are those > LAST_HANDLE_TYPE Mon Jul 2 18:04:23 BST 2007 Simon McVittie <[EMAIL PROTECTED]> * Development version 0.13.13.1 Mon Jul 2 17:47:08 BST 2007 Simon McVittie <[EMAIL PROTECTED]> tagged telepathy-python 0.13.13 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: OpenPGP key: http://www.pseudorandom.co.uk/2003/contact/ or pgp.net iD8DBQFHD5KeWSc8zVUw7HYRAtvLAKCI1ChCD8mXCwgQNU3V1Lhwpq3ZhQCfZZ+u uo1qDWhKuC2CJgsK3lLUrNg= =sPNa -----END PGP SIGNATURE----- _______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
