telepathy-python 0.15.3 (2008-10-21)
====================================

Enhancements:

* Client side objects can now use the D-Bus Properties interface.
* Add client.conn.call_when_ready() method.

Fixes:

* Fix a race in client/conn.py making the ready handler called twice.


telepathy-python 0.15.2 (2008-10-17)
====================================

Enhancements:

* Specification 0.17.13

Fixes:

* Fix client code bugs when using a bus different of the default one.


telepathy-python 0.15.1 (2008-08-26)
====================================

The "Welcome to the git house" release.

Enhancements:

* Specification 0.17.9
* Add example for discovering existing connections (examples/connections.py)

API changes:

* Add ConnectionInterfaceSimplePresence and ConnectionInterfaceContacts to
  telepathy.server.conn
* Remove ConnectionInterfaceForwarding, ConnectionInterfaceContactInfo,
  ConnectionInterfacePrivacy from telepathy.server.conn and ChannelTypeContactSearch
  from telepathy.server.channel. These interfaces have been removed from the
  specification.

Fixes:

* Fix a crash in the MUC D-Bus tube example


telepathy-python 0.15.0 (2008-02-21)
====================================

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
