[Telepathy] ANNOUNCE: telepathy-python 0.14.0
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Oct 12 08:28:30 PDT 2007
-----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 <simon.mcvittie at collabora.co.uk>
tagged telepathy-python 0.14.0
Fri Oct 12 14:02:16 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Bump version to 0.14.0
Wed Sep 26 13:58:48 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* README: stop talking about recently-removed examples
Wed Sep 26 13:58:26 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Adjust README to refer to the telepathy -> src move
Wed Sep 26 13:56:12 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* 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 <guillaume.desmottes at collabora.co.uk>
* move muc and private tubes client specific class to tube-stream-{muc,private}.py
Mon Oct 1 16:49:53 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* 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 <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: coding style tweaks
Mon Oct 1 16:44:52 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: pass byte_arrays=True to GetStreamTubeSocketAddress
Mon Oct 1 16:32:05 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* add examples/tube-stream-private.py
Mon Oct 1 16:31:19 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: add StreamTubeInitiatorPrivateClient and StreamTubeJoinerPrivateClient
Mon Oct 1 16:16:43 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: move muc specific behaviour to StreamTube{Initiator,Joiner}MucClient class
Mon Oct 1 15:47:43 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: set "x-example" as service
Mon Oct 1 15:42:13 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* factor out stream tubes demo code to stream_tube_client.py
Mon Oct 1 15:34:11 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* rename {Initiator,Joiner}Client to StreamTube{Initiator,Joiner}Client
Mon Oct 1 15:22:50 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* 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 <guillaume.desmottes at collabora.co.uk>
* 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 <guillaume.desmottes at collabora.co.uk>
* add examples/tube-stream-muc.py
Sat Sep 29 11:58:49 BST 2007 Sjoerd Simons <sjoerd at luon.net>
* call.py: Fix the definition of run_main_loop
Thu Sep 27 16:18:54 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* update to spec 0.16.0
Thu Sep 27 16:03:24 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* 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 <guillaume.desmottes at collabora.co.uk>
* use dbus.service.Object instead of ExportedGObject
Wed Sep 26 15:28:46 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* 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 <guillaume.desmottes at collabora.co.uk>
* update spec to fit 0.15.5
Wed Sep 26 14:47:20 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* add examples/tube-dbus-muc.py
Wed Sep 26 13:58:12 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* copy ./examples/tubeconn.py from sugar
Wed Sep 26 13:45:03 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* spec/Channel_Type_Tubes.xml updated to 0.15.5
Wed Sep 26 14:03:53 BST 2007 Xavier Claessens <xclaesse at gmail.com>
* Update call-gtk.py to use new call.py API
Fri Jul 13 15:17:03 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove TODO-SPEC (spec is elsewhere now)
Fri Jul 13 15:16:48 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove TODO file for removed prototype stuff
Fri Jul 13 15:14:23 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove test-client.py
Fri Jul 13 15:14:04 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove disco.py
Fri Jul 13 15:13:15 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove tabby
Fri Jul 13 15:11:55 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove scw-client and pygtkconsole
Fri Jul 13 15:10:46 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove swiss.manager, swiss.py
Tue Sep 11 19:31:20 BST 2007 Will Thompson <will at willthompson.co.uk>
* 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 <will at willthompson.co.uk>
* Include default values in generated .manager files
Tue Sep 11 14:56:01 BST 2007 Will Thompson <will at willthompson.co.uk>
* Handle register flag; use CONN_MGR_PARAM_FLAG_REQUIRED not 1L
Fri Aug 31 20:37:01 BST 2007 Will Thompson <will at willthompson.co.uk>
* Sort the generated manager file by protocol name
Fri Aug 31 16:05:11 BST 2007 Will Thompson <will at willthompson.co.uk>
* Rename variables to less haze-specific alternatives
Fri Aug 31 15:58:18 BST 2007 Will Thompson <will at willthompson.co.uk>
* Add generate-manager-file.py
Fri Sep 7 15:59:39 BST 2007 Xavier Claessens <xclaesse at gmail.com>
* HANDLE_TYPE_NONE is not a valid type
Fri Sep 7 15:46:13 BST 2007 Xavier Claessens <xclaesse at gmail.com>
* Invalid handles types are those > LAST_HANDLE_TYPE
Mon Jul 2 18:04:23 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Development version 0.13.13.1
Mon Jul 2 17:47:08 BST 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
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-----
More information about the Telepathy
mailing list