[Telepathy] ANNOUNCE: telepathy-python 0.15.0
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Feb 21 02:50:39 PST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.15.0.tar.gz
http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.15.0.tar.gz.asc
http://darcs.collabora.co.uk/darcs/telepathy/telepathy-python/
Enhancements:
* Specification 0.17.1
* Some improvements to Tubes examples
Fixes:
* Don't crash on % in .manager files (e.g. in haze.manager's Zephyr entry)
* Avoid a DeprecationWarning from dbus-python >= 0.82.1
Full Darcs changes follow.
Regards,
Simon
Thu Feb 21 10:47:29 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
tagged telepathy-python 0.15.0
Thu Feb 21 10:47:19 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Fix NEWS file
M ./NEWS -1 +2
Thu Feb 21 10:31:31 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Bump version to 0.15.0
M ./src/_version.py -1 +1
Thu Feb 21 10:31:15 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Remove test/, which seems to be a remnant of cheddar
R ./test/
R ./test/run-with-tmp-session-bus.sh
R ./test/services.in/
R ./test/services.in/org.freedesktop.Telepathy.ConnectionManager.cheddar
R ./test/session.conf
Thu Feb 21 10:31:11 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Add NEWS
A ./NEWS
Thu Feb 21 10:30:59 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Include telepathy-inspect in tarballs
M ./MANIFEST.in +1
Thu Feb 21 10:25:12 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Update src for spec 0.17.1 (add ChannelHandler, CallMerging)
M ./src/interfaces.py -3 +1
M ./src/server/channel.py +4
A ./src/server/channelhandler.py
Thu Feb 21 10:24:44 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* MANIFEST: don't try to include TODO-PROTO and TODO-SPEC; do include NEWS, README and examples/README
M ./MANIFEST.in -2 +3
Thu Feb 21 10:11:39 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Update spec to 0.17.1
M ./spec/Channel.xml -2 +2
A ./spec/Channel_Handler.xml
A ./spec/Channel_Interface_Call_Merging.xml
M ./spec/Channel_Interface_Group.xml -2 +18
M ./spec/Channel_Interface_Hold.xml -67 +68
M ./spec/Channel_Interface_Transfer.xml -1 +2
M ./spec/Channel_Type_Contact_Search.xml -1 +2
M ./spec/Channel_Type_Room_List.xml -1 +8
M ./spec/Channel_Type_Streamed_Media.xml -2 +13
M ./spec/Channel_Type_Text.xml -5 +21
M ./spec/Channel_Type_Tubes.xml -30 +120
M ./spec/Connection.xml -15 +30
M ./spec/Connection_Interface_Aliasing.xml -2 +18
M ./spec/Connection_Interface_Avatars.xml -6 +17
M ./spec/Connection_Interface_Capabilities.xml -5 +40
M ./spec/Connection_Interface_Contact_Info.xml -1 +2
M ./spec/Connection_Interface_Forwarding.xml -1 +2
M ./spec/Connection_Interface_Presence.xml -6 +49
M ./spec/Connection_Interface_Privacy.xml -1 +2
M ./spec/Connection_Interface_Renaming.xml -1 +2
M ./spec/Connection_Manager.xml -52 +168
M ./spec/Media_Session_Handler.xml -1 +2
M ./spec/Media_Stream_Handler.xml -5 +43
M ./spec/Properties_Interface.xml -5 +35
M ./spec/all.xml -3 +7
A ./spec/generic-types.xml
Sat Feb 9 15:30:32 GMT 2008 Sjoerd Simons <sjoerd at luon.net>
* Use RawConfigParser instead of SafeConfigParser for manager files. Suggested by daf
M ./src/client/managerregistry.py -1 +1
Fri Nov 30 11:15:18 GMT 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* Wait we have really joined the muc before offering the D-Bus tube
M ./examples/tube-dbus-muc.py +22
Fri Nov 30 11:08:09 GMT 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* Wait we have really joined the muc before offering the stream tubes
M ./examples/stream_tube_client.py +19
M ./examples/tube-stream-muc.py -1 +5
Fri Oct 5 22:37:39 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* cast port to dbus.UInt16 in stream tubes examples
M ./examples/stream_tube_client.py -1 +3
M ./examples/tube-stream-muc.py -1 +2
M ./examples/tube-stream-private.py -1 +2
Fri Oct 5 13:47:10 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* update tube-stream-private.py and tube-stream-muc.py: to be able to specifiy a ip/port on the commande line
M ./examples/tube-stream-muc.py -4 +4
M ./examples/tube-stream-private.py -6 +6
Thu Oct 4 22:21:15 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: improve trivial client/server debug messages
M ./examples/stream_tube_client.py -2 +2
Thu Oct 4 22:15:25 BST 2007 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
* stream_tube_client.py: use inet socket and modify trivial client/server to do so
M ./examples/stream_tube_client.py -25 +21
Wed Nov 28 03:19:36 GMT 2007 robert.mcqueen at collabora.co.uk
* correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address)
M ./examples/tubeconn.py -1 +1
M ./spec/Channel.xml -1 +1
M ./spec/Channel_Interface_Chat_State.xml -1 +1
M ./spec/Channel_Interface_DTMF.xml -1 +1
M ./spec/Channel_Interface_Group.xml -1 +1
M ./spec/Channel_Interface_Hold.xml -1 +1
M ./spec/Channel_Interface_Media_Signalling.xml -1 +1
M ./spec/Channel_Interface_Password.xml -1 +1
M ./spec/Channel_Interface_Transfer.xml -1 +1
M ./spec/Channel_Type_Contact_List.xml -1 +1
M ./spec/Channel_Type_Contact_Search.xml -1 +1
M ./spec/Channel_Type_Room_List.xml -1 +1
M ./spec/Channel_Type_Streamed_Media.xml -1 +1
M ./spec/Channel_Type_Text.xml -1 +1
M ./spec/Channel_Type_Tubes.xml -1 +1
M ./spec/Connection.xml -1 +1
M ./spec/Connection_Interface_Aliasing.xml -1 +1
M ./spec/Connection_Interface_Avatars.xml -1 +1
M ./spec/Connection_Interface_Capabilities.xml -1 +1
M ./spec/Connection_Interface_Contact_Info.xml -1 +1
M ./spec/Connection_Interface_Forwarding.xml -1 +1
M ./spec/Connection_Interface_Presence.xml -1 +1
M ./spec/Connection_Interface_Privacy.xml -1 +1
M ./spec/Connection_Interface_Renaming.xml -1 +1
M ./spec/Connection_Manager.xml -1 +1
M ./spec/Media_Session_Handler.xml -1 +1
M ./spec/Media_Stream_Handler.xml -1 +1
M ./spec/Properties_Interface.xml -1 +1
M ./spec/all.xml -1 +1
M ./spec/errors.xml -1 +1
M ./src/__init__.py -2 +2
M ./src/client/__init__.py -2 +2
M ./src/client/channel.py -2 +2
M ./src/client/conn.py -2 +2
M ./src/client/connmgr.py -2 +2
M ./src/client/interfacefactory.py -2 +2
M ./src/client/managerregistry.py -2 +2
M ./src/constants.py -2 +2
M ./src/errors.py -2 +2
M ./src/interfaces.py -2 +2
M ./src/server/__init__.py -2 +2
M ./src/server/channel.py -2 +2
M ./src/server/conn.py -2 +2
M ./src/server/connmgr.py -2 +2
M ./src/server/handle.py -2 +2
M ./src/server/media.py -2 +2
M ./src/server/properties.py -2 +2
Thu Jan 10 14:33:56 GMT 2008 Simon McVittie <simon.mcvittie at collabora.co.uk>
* Bump version to 0.14.999.1 (next release on this branch will be 0.15.0)
M ./src/_version.py -1 +1
Mon Nov 26 10:11:13 GMT 2007 Simon McVittie <simon.mcvittie at collabora.co.uk>
* t.server.connmgr: explicitly pass dbus.Bus() as bus argument of BusName (implicit use of dbus.Bus() here was deprecated in dbus-python 0.82.1)
M ./src/server/connmgr.py -1 +3
-----BEGIN PGP SIGNATURE-----
iD8DBQFHvVd/WSc8zVUw7HYRApnUAKDLjnpjmyQAyFUzGQXfAf4lIv5jPgCgtLqW
ahim+HvuWcuTri8us4hYFDA=
=6Nay
-----END PGP SIGNATURE-----
More information about the Telepathy
mailing list