File python-telepathy.changes of Package python-telepathy
-------------------------------------------------------------------
Tue Dec 28 00:30:57 UTC 2010 - dimstar@opensuse.org
- Add python-telepathy-no_double_errors-py.patch: no not try to
install error.py twice. Patch from taken from git.
- Remove Makefile* from the examples folder after installing: the
entire examples folder is added as doc and we don't need this
bloat.
-------------------------------------------------------------------
Tue Dec 7 11:37:30 CET 2010 - vuntz@opensuse.org
- Update to version 0.15.19:
+ Enhancements:
- Telepathy specification 0.21.4.
- Default implementation for Conference, ContactCapabilities,
Protocol, Protocol.Interface.Presence
- Created methods to create and ensure handles
- DBusProperties handle immutable properties
+ Fixes:
- Make sure channels are removed from the DBus connection
-------------------------------------------------------------------
Fri Aug 6 00:03:42 CEST 2010 - lmedinas@opensuse.org
- Update to version 0.15.18:
+ Enhancements:
- Telepathy specification 0.19.10.
- Connection now implements Interfaces and Status properties.
- telepathy.client now has very simple Account and Account
Manager objects.
+ Fixes:
- fdo#27378: allow TargetHandle=0 when TargetHandleType=NONE.
- fdo#13623: TextChannel should not send messages with the same
id more than once.
- fdo#27415: proper usage of _add_immutables in
ChannelTypeRoomList
-------------------------------------------------------------------
Sat Mar 13 11:07:45 CET 2010 - dimstar@opensuse.org
- Update to version 0.15.17:
+ Enhancements:
- New function ChannelManager.implement_channel_classes to
deprecate _implement_channel_class. This allows implementing
multiple channel classes per channel type. Fixes fdo#26979.
- Add new NoneHandle class to represent a handle type of NONE,
and use this class so that telepathy.server.Handle's methods
return NoneHandle objects for HT=NONE, instead of None.
+ Fixes:
- Allow TargetHandleType=NONE when requesting a new channel.
-------------------------------------------------------------------
Wed Mar 10 16:20:22 CET 2010 - dimstar@opensuse.org
- Update to version 0.15.16:
+ Enhancements:
- implement setting the Enabled property in the Debug interface
- Allow specifying the object path of channels
+ Fixes:
-Return actual channel properties in
EnsureChannel/CreateChannel
-Fix connection.check_parameters to accept dbus.Boolean
-------------------------------------------------------------------
Thu Jan 21 01:27:23 CET 2010 - vuntz@opensuse.org
- Update to version 0.15.15:
+ Fixes:
- Register new channels correctly in the channel manager
-------------------------------------------------------------------
Tue Jan 19 23:21:58 CET 2010 - vuntz@opensuse.org
- Update to version 0.15.14:
+ Fixes:
- CreateChannel now really create a new channel.
-------------------------------------------------------------------
Tue Dec 15 13:51:06 CET 2009 - vuntz@opensuse.org
- Update to version 0.15.13:
+ Enhancements:
- Specification 0.19.0.
- Support for Telepathy Clients interface
- New Observer example
+ Fixes:
- fdo#25116: Always return TargetId in channel props
- fdo#25620: Fix parallel build
-------------------------------------------------------------------
Sat Nov 14 01:43:05 CET 2009 - vuntz@opensuse.org
- Update to version 0.15.12:
+ Enhancements:
- Specification 0.18.0.
- Build system now uses the autotools.
+ Fixes:
- Debug helper: default to debug messages being off by default.
- Make package noarch on 11.2 and later, thanks to the new python
policy.
-------------------------------------------------------------------
Tue Aug 25 17:28:55 CEST 2009 - vuntz@novell.com
- Update to version 0.15.11:
+ Enhancements:
- Add the ChannelTypeFileTransfer interface
- Implement the Debug interface (handle logging and stderr
output)
- Specification 0.17.27.
+ Fixes:
- fdo#23081: Fixing TargetID handle search
- Fix GetCapabilities method that was broken and didn't return
anything
-------------------------------------------------------------------
Wed Aug 12 22:38:17 CEST 2009 - dominique-obs@leuenberger.net
- Define new python macros on openSUSE <= 11.1.
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
- use new python macros
-------------------------------------------------------------------
Thu Jul 30 14:55:18 CEST 2009 - vuntz@novell.com
- Update to version 0.15.10:
+ Actually include server/channelmanager.py in the tarball.
-------------------------------------------------------------------
Thu Jul 30 05:43:10 CEST 2009 - vuntz@novell.com
- Update to version 0.15.9:
+ Enhancements:
- Add service side helper code to implement
Connection.Interface.Requests. This breaks the old request
channel API so be sure to upgrade telepathy-butterfly at the
same time as telepathy-python. Client side code is not
affected by this change.
+ Fixes:
- Call get_handle_type() in ListChannels avoiding an error if
the handle is null.
-------------------------------------------------------------------
Wed Jun 17 20:38:46 CEST 2009 - vuntz@novell.com
- Initial package.