[Telepathy] Release: telepathy-python 0.13.7

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Nov 24 06:58:49 PST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This updates telepathy-python to the 0.13.7 version of the spec, and
also fixes the implementation of ListPendingMessages (freedesktop.org
bug #8578, thanks Eitan Isaacson).

Tarball:

http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.13.7.tar.gz

Changes since the previous version follow.

Regards,
	Simon

Fri Nov 24 14:26:15 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  tagged telepathy-python 0.13.7

Fri Nov 24 14:24:13 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * setup.py: get version from telepathy.__version__

Fri Nov 24 13:58:02 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Bump version to 0.13.7

Fri Nov 24 13:57:21 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Remove spurious duplicate copy of GetHandleOwners

Tue Nov 14 13:37:52 GMT 2006  Dafydd Harries <dafydd.harries at collabora.co.uk>
  * add GetPresence method to Presence interface

Tue Nov 14 13:37:37 GMT 2006  Dafydd Harries <dafydd.harries at collabora.co.uk>
  * add CHANNEL_GROUP_CHANGE_REASON_ERROR

Fri Nov 24 13:44:09 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * "Merge" alteration to doc/order (which doesn't exist in t-python, only in t-spec)

Fri Nov 24 13:43:03 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Merge addition of importing everything from t.s.media into t.server

Fri Nov 24 13:42:40 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Merge copyright dates incremented to "2005, 2006"

Tue Nov  7 17:10:41 GMT 2006  Senko Rasic <senko.rasic at collabora.co.uk>
  * added NOT_IMPLEMENTED send error for text channels

Sun Nov  5 23:45:56 GMT 2006  raphael at slinckx.net
  * remove non-used libtelepathy.def (used in libtelepathy instead)

Mon Oct 16 23:57:54 BST 2006  Senko Rasic <senko.rasic at collabora.co.uk>
  * Connection: Disconnect method now always destroys the connection object

Thu Sep 21 02:26:53 BST 2006  robert.mcqueen at collabora.co.uk
  * MediaStreamHandler: explain that the Error method should cause a StreamError to be emitted

Thu Sep 21 02:26:29 BST 2006  robert.mcqueen at collabora.co.uk
  * MediaSessionHandler: mark the Error method as deprecated and explain a reasonable transition behaviour

Thu Sep 21 02:20:36 BST 2006  robert.mcqueen at collabora.co.uk
  * Channel.Type.StreamedMedia: add a StreamError signal to report the reason for stream closure to the UI

Wed Sep 13 10:46:14 BST 2006  dafydd.harries at collabora.co.uk
  * fix reference to ICE_STREAM_HANDLER

Mon Sep 11 09:24:11 BST 2006  robert.mcqueen at collabora.co.uk
  * Channel.Type.StreamedMedia: make return value to RequestStreams identical to ListStreams

Sun Sep 10 12:17:38 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: s/occured/occurred/

Sun Sep 10 11:50:44 BST 2006  robert.mcqueen at collabora.co.uk
  * Ice*: rename back to Media*, they're not ICE-specific

Sun Sep 10 10:34:29 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: store a priv pointer inside the instance data so that expensive G_TYPE_INSTANCE_GET_PRIVATE is only called once, but we still get the benefit of a single per-object allocation

Sat Sep  9 17:00:05 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: generate type *foo instead of type * foo

Sat Sep  9 16:32:15 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: name the self argument as 'self' instead of 'obj'

Sat Sep  9 16:30:57 BST 2006  robert.mcqueen at collabora.co.uk
  * StreamedMediaChannel: update media stream states in line with Farsight

Sat Sep  9 16:05:50 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: refer to D-Bus thusly in the comments

Sat Sep  9 16:05:24 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: generate GNU-style parameter-per-line method declarations

Sat Sep  9 15:57:06 BST 2006  robert.mcqueen at collabora.co.uk
  * gengobject: add a newline after the return type of method declarations

Fri Sep  8 13:13:44 BST 2006  robert.mcqueen at collabora.co.uk
  * add SetStreamSending to IceStreamHandler

Fri Sep  8 12:30:36 BST 2006  robert.mcqueen at collabora.co.uk
  * rename "channel type specific capability flags" to just "type specific...", and clarify that the channel type strings are their D-Bus interface names

Fri Sep  8 12:30:30 BST 2006  robert.mcqueen at collabora.co.uk
  * add media channel type-specific capability flags

Tue Aug 22 16:41:31 BST 2006  robert.mcqueen at collabora.co.uk
  * return void from async functions

Tue Aug 22 16:28:08 BST 2006  robert.mcqueen at collabora.co.uk
  * use glib marshallers (g_cclosure_marshal...) where they exist, and avoid duplicated marshal .list entries

Tue Aug 22 16:27:16 BST 2006  robert.mcqueen at collabora.co.uk
  * fix gengobject to return UINT marshallers for uint values

Fri Sep  8 11:49:01 BST 2006  robert.mcqueen at collabora.co.uk
  * fix bug in number of method arguments in CapabilitiesChanged

Tue Sep  5 10:42:38 BST 2006  Olli Salli <olli.salli at collabora.co.uk>
  * Support for channel type specific capability flags in Connection.Interface.Capabilities

Fri Sep  8 11:38:55 BST 2006  robert.mcqueen at collabora.co.uk
  * clean up documentation of RequestStreams

Fri Sep  8 10:36:26 BST 2006  robert.mcqueen at collabora.co.uk
  * add flags indicating local/remote pending send requests, and RequestDirectionChange method and StreamDirectionChanged signals to allow requesting/acknowledging direction changes

Tue Sep  5 16:19:06 BST 2006  robert.mcqueen at collabora.co.uk
  * Telepathy.Channel.Interface.Hold: deprecate this interface

Tue Sep  5 13:27:42 BST 2006  ole.andre.ravnaas at collabora.co.uk
  * Ice.StreamHandler: fixed stupid interface name typo

Tue Sep  5 13:24:24 BST 2006  ole.andre.ravnaas at collabora.co.uk
  * improved StreamedMedia.RemoveStream's description to be more consistent with the rest

Tue Sep  5 13:13:14 BST 2006  ole.andre.ravnaas at collabora.co.uk
  * add Close signal to Ice.StreamHandler

Tue Sep  5 13:11:18 BST 2006  ole.andre.ravnaas at collabora.co.uk
  * add RemoveStreams to Channel.Type.StreamedMedia

Tue Aug 29 17:42:41 BST 2006  rob.taylor at collabora.co.uk
  * sort out copyright dates so in sync with telepathy-python

Mon Aug 21 17:14:54 BST 2006  robert.mcqueen at collabora.co.uk
  * merge conflict in copyright year form (go for 2005-6 rather than 2005, 2006)

Wed Aug 16 12:45:00 BST 2006  robert.mcqueen at collabora.co.uk
  * extend copyright into 2006

Wed Aug 16 12:41:37 BST 2006  robert.mcqueen at collabora.co.uk
  * rename new stream handler signal to NewIceStreamHandler

Fri Aug 11 19:57:54 BST 2006  robert.mcqueen at collabora.co.uk
  * fix signal signatures for StreamAdded/Removed/StatusChanged in the StreamedMedia channel

Fri Aug 11 19:57:40 BST 2006  robert.mcqueen at collabora.co.uk
  * update doc/order with new ICE names

Fri Aug 11 19:55:55 BST 2006  robert.mcqueen at collabora.co.uk
  * move ICE interface, session & stream handlers into ice.py

Fri Aug 11 19:55:00 BST 2006  robert.mcqueen at collabora.co.uk
  * update documentation for Channel.Type.StreamedMedia

Fri Aug 11 17:43:37 BST 2006  robert.mcqueen at collabora.co.uk
  * add ICE signalling interface

Tue Aug  8 18:56:23 BST 2006  robert.mcqueen at collabora.co.uk
  * add a stream directionality to ListStreams and StreamAdded signal on streamed media channels

Tue Aug  8 16:42:59 BST 2006  robert.mcqueen at collabora.co.uk
  * add RequestStreams and StreamAdded/StreamRemoved to the Streamed Media channel, and rename GetStreams to ListStreams. make stream identifiers unique across the whole channel, and remove member information from StreamStateChanged signal.

Mon Aug  7 19:22:35 BST 2006  dafydd.harries at collabora.co.uk
  * add ID parameter to NewMediaStreamHandler signal

Fri Nov 24 13:05:04 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * telepathy.server.channel: fix ListPendingMessages sample implementation.
  Patch from Eitan Isaacson (fd.o bug 8578) to fix interoperability between
  Butterfly and Gossip-Telepathy.

Tue Oct 24 16:47:42 BST 2006  dafydd.harries at collabora.co.uk
  * add deny.py example

Tue Oct 10 15:53:30 BST 2006  dafydd.harries at collabora.co.uk
  tagged telepathy-python 0.13.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: OpenPGP key: http://www.pseudorandom.co.uk/2003/contact/ or pgp.net

iD8DBQFFZwipWSc8zVUw7HYRAnKfAJkBNaUXrKAAxDBRCiQZxGMfLAMPRwCgouC0
8bmzIVYySCox1tCKB94DFL4=
=e6Uj
-----END PGP SIGNATURE-----


More information about the Telepathy mailing list