Accepting request 86352 from home:vuntz:branches:GNOME:Factory

tweak .changes

OBS-URL: https://build.opensuse.org/request/show/86352
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=102
This commit is contained in:
Vincent Untz 2011-10-04 07:19:32 +00:00 committed by Git OBS Bridge
parent ff81ec59b6
commit 339abf543f

View File

@ -3,29 +3,27 @@ Sat Oct 1 11:43:31 CEST 2011 - zaitor@opensuse.org
- Update to version 0.15.6:
+ Enhancements:
- New JavaScript (gjs) code example to demonstrate
- New JavaScript (gjs) code example to demonstrate
GObject-Introspection of the API.
- TpProtocol: new API to get avatars requirements.
- Factory features are now prepared on various contacts:
TpConnection's self contact;
TpChannel's target, initiator and self contacts;
TpChannel's group memebers;
TpTextChannel's message sender; and
TpStreamTubeChannel's connection contact.
. TpConnection's self contact;
. TpChannel's target, initiator and self contacts;
. TpChannel's group members;
. TpTextChannel's message sender;
. TpStreamTubeChannel's connection contact.
- New object TpDBusTubeChannel to represent a D-Bus tube
channel.Its API is still incomplete.
channel.
- Group the MembersChanged signals for the initial roster
(fd.o#40933). This improve login performance.
(fdo#40933). This improve login performance.
- Spec upgraded to 0.23.4 except for draft call interfaces.
Mixins implement the new additions.
- TpDBusPropertiesMixin now has a method for emitting the
standard PropertiesChanged signal; in conjunction with
the code generator, it respects the EmitsChangedSignal
annotation. Note that the signal is not emitted
automatically.
+ Fixes:
- Python examples now works with latest pygobject
(stop using static bindings).
annotation.
+ Fixes:
- Python examples now works with latest pygobject.
-------------------------------------------------------------------
Wed Sep 28 19:19:51 UTC 2011 - zaitor@opensuse.org