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

Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 44616 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44616
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=54
This commit is contained in:
Vincent Untz 2010-08-05 21:04:34 +00:00 committed by Git OBS Bridge
parent 92775bd32d
commit 558792b20b

View File

@ -2,22 +2,24 @@
Thu Jul 29 11:06:24 CEST 2010 - dimstar@opensuse.org
- Update to version 0.11.11:
+ Updated spec to 0.19.10
- generate code for Protocol objects, and the ContactSearch
channel type
+ fdo#27997: add TpProtocol client-side API, and TpBaseProtocol
service-side base class, for Protocol objects
+ fdo#28751: tp_proxy_has_interface is now a real function, not
a macro, for better introspection
+ TpBaseClient's properties now have accessor methods for
convenient use in C
+ tp_capabilities_get_channel_classes is now visible to g-i
+ Install a .deps file for the Vala bindings
+ Vala bindings now install to the normal location, making it
unnecessary to look up telepathy-vala in pkg-config; that
pkg-config file will be removed in a future version
+ fdo #29197: expand g-i coverage of connection manager code
enough to use it for libfolks' regression tests.
+ Enhancements:
- Updated spec to 0.19.10
. generate code for Protocol objects, and the ContactSearch
channel type
- fdo#27997: add TpProtocol client-side API, and TpBaseProtocol
service-side base class, for Protocol objects
- fdo#28751: tp_proxy_has_interface is now a real function, not
a macro, for better introspection
- TpBaseClient's properties now have accessor methods for
convenient use in C
- tp_capabilities_get_channel_classes is now visible to g-i
+ Fixes:
- Install a .deps file for the Vala bindings
- Vala bindings now install to the normal location, making it
unnecessary to look up telepathy-vala in pkg-config; that
pkg-config file will be removed in a future version
- fdo#29197: expand g-i coverage of connection manager code
enough to use it for libfolks' regression tests.
-------------------------------------------------------------------
Fri Jul 23 08:39:07 CEST 2010 - vuntz@opensuse.org