[Telepathy] release: telepathy-python 0.13.8

Dafydd Harries dafydd.harries at collabora.co.uk
Mon Feb 19 03:26:07 PST 2007


Highlights:

 - dbus-python 0.80 compatibility
 - example code for registration
 - example code for getting/setting avatars
 - improved example code for calls

Tarball:

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

Changes:

Mon Feb 19 11:22:02 GMT 2007  Dafydd Harries <dafydd.harries at collabora.co.uk>
  tagged telepathy-python 0.13.8

Mon Feb 19 11:19:10 GMT 2007  Dafydd Harries <dafydd.harries at collabora.co.uk>
  * version 0.13.8

Mon Feb 19 11:17:48 GMT 2007  dafydd.harries at collabora.co.uk
  * ignore debian/ directory

Thu Feb  8 18:01:00 GMT 2007  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * telepathy.server.handle.Handle: provide __long__ so dbus-python 0.80 can coerce it to a UInt32

Wed Feb  7 13:40:20 GMT 2007  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Manager registry: Cope with boolean default values in .manager files

Wed Feb  7 13:39:57 GMT 2007  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * call.py: Work correctly with dbus-python 0.80 (_object_path is now a public
  attribute __dbus_object_path__)

Tue Jan 30 17:58:59 GMT 2007  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Be compatible with dbus-python 0.80 by avoiding use of Variant

Wed Jan 24 14:06:42 GMT 2007  robert.mcqueen at collabora.co.uk
  * examples/avatar.py: use sys.argv[2] for the avatar name, not hardcode avatar.png

Fri Feb  9 16:59:35 GMT 2007  dafydd.harries at collabora.co.uk
  * add registration example

Mon Dec 18 15:50:15 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/avatar.py: use connection_from_file

Mon Dec 18 15:48:51 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/deny.py: use connection_from_file

Mon Dec 18 15:47:02 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/roster.py: use connection_from_file

Mon Dec 18 15:45:34 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/call-gtk.py: use connection_from_file

Mon Dec 18 15:38:54 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/call.py: use connection_from_file

Mon Dec 18 15:35:59 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/aliases.py: use connection_from_file

Mon Dec 18 15:33:54 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/aliases.py: remove debug print

Mon Dec 18 15:31:44 GMT 2006  dafydd.harries at collabora.co.uk
  * add examples/roster.py

Mon Dec 18 15:31:29 GMT 2006  dafydd.harries at collabora.co.uk
  * add examples/call-gtk.py

Mon Dec 18 15:31:12 GMT 2006  dafydd.harries at collabora.co.uk
  * add examples/aliases.py

Mon Dec 18 15:03:02 GMT 2006  dafydd.harries at collabora.co.uk
  * remove unused imports in examples

Mon Dec 18 14:19:17 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/call.py: don't pass in contact handle when requesting channel

Mon Dec 18 14:17:11 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/call.py: call AdvertiseCapabilities when we're connected

Mon Dec 18 14:14:09 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/account.py: add connection_from_file convenience function

Mon Dec 18 14:10:33 GMT 2006  dafydd.harries at collabora.co.uk
  * examples/call.py: remove gtk code

Mon Dec 18 13:53:59 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Remove exception AlreadyInAGroup (not in current spec)

Thu Dec  7 16:12:39 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * tabby/tabby.py: Add/fix support for group manipulation

Fri Nov 24 17:31:00 GMT 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Merge telepathy.server.channel, *again*

Thu Oct 19 15:35:02 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * tabby: Basic support for user-defined groups

Thu Oct 19 15:34:11 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * tabby/conversation.py: work correctly when asking for a one-to-one IM channel

Thu Oct 19 15:31:49 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * examples/avatar.py: pull in some avatar test code from Daf

Mon Oct 16 15:31:34 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Resolve apparently spurious conflicts

Tue Oct 10 15:34:28 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Document that putting a contact in multiple groups on a one-group-per-contact protocol raises NotAvailable

Tue Oct 10 15:15:46 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Add a draft spec for user-defined contact groups, sharing the ContactList channel type but with a new handle type ..._USER_CONTACT_GROUP.

Thu Jun  1 17:12:37 BST 2006  dafydd.harries at collabora.co.uk
  * resolve conflicts

Thu Jun  1 17:07:50 BST 2006  dafydd.harries at collabora.co.uk
  * resolve conflict on MembersChanges modification

Mon Oct 16 15:21:52 BST 2006  Simon McVittie <simon.mcvittie at collabora.co.uk>
  * Use symbolic names for columns in the contact list.
  Also prepare to display which groups contacts are in (at the moment they
  appear to be in no group).
  The UI is a bit gash but will do for basic debugging...

Wed Dec 13 19:47:03 GMT 2006  dafydd.harries at collabora.co.uk
  * call.py: s/conn/self.conn/ in Call methods

Wed Dec 13 19:46:56 GMT 2006  dafydd.harries at collabora.co.uk
  * wrap long line

-- 
Dafydd


More information about the Telepathy mailing list