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

Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 43654 revision 2.
Request was accepted with message:
auto-approving myself, to make it easier for the next batch of reviews

OBS-URL: https://build.opensuse.org/request/show/43654
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=51
This commit is contained in:
Vincent Untz
2010-07-22 21:44:15 +00:00
committed by Git OBS Bridge
parent 02d6d0b3a1
commit 4b8e9bcaf4
3 changed files with 105 additions and 46 deletions

View File

@@ -1,21 +1,104 @@
-------------------------------------------------------------------
Wed Jul 21 17:50:22 CEST 2010 - vuntz@opensuse.org
- Clean up update to 0.11.8.
- Drop work_around_pkg_config.patch: not needed anymore.
- Change dbus-1-glib-devel BuildRequires to pkgconfig()
BuildRequires: dbus-1, dbus-glib-1, gobject-2.0, gio-2.0,
gio-unix-2.0.
- Add pkgconfig(gobject-introspection-1.0) to enable introspection
support.
- Remove explicit dbus-1-glib-devel and glib2-devel Requires in
devel package, since pkgconfig() Requires are now automatically
added.
-------------------------------------------------------------------
Tue Jun 22 21:38:56 UTC 2010 - dimstar@opensuse.org
- Update to version 0.11.8:
+ GObject-Introspection is enabled, it must be version 0.6.14 or
later.
+ Improve GObject-Introspection annotations, and optionally build
Vala bindings, which are currently considered highly
experimental
+ Make tp_base_client_set_handler_bypass_approval able to set the
value to FALSE, and hence make it possible for a
TpSimpleHandler to not bypass approval
+ If the weak object for contact info retrieval disappears, stop,
and don't call the callback
+ Fix a va_list leak in tp_value_array_build
+ Fix a memory leak for unlikely errors in
tp_base_connection_register
+ For more chances, please see NEWS in the package.
+ Enhancements:
- Improve GObject-Introspection annotations, and optionally
build Vala bindings, which are currently considered highly
experimental
+ Various fixes
- Changes from version 0.11.7:
+ Deprecations:
- TpChannelFactoryIface is officially deprecated (it shouldn't
have been used since 0.8).
- tp_verify() should not be used in new code: use GLib 2.20's
G_STATIC_ASSERT.
+ Enhancements:
- Update to telepathy-spec 0.19.7
. generate code for the Anonymity and ServicePoint interfaces
. add ChatStates property and Chat_State_Map type
. add Account.ConnectionError and ConnectionErrorDetails
properties
- API additions
- speed up and cleanup regression tests
+ Various fixes
- Changes from version 0.11.6:
+ Enhancements:
- Updated to telepathy-spec 0.19.6:
. ChangingPresence property on the Account interface
. SupportedLocationFeatures property on the Location
interface
. HandleWithTime method on ChannelDispatchOperation
. MultipleTones method, SendingTones and StoppedTones
signals, and CurrentlySendingTones and InitialTones
properties on the DTMF interface
- API additions
- Make the ContactList example connection manager more
realistic, and add a regression test for it
+ Fixes:
- fdo#28203: TpGroupMixin: allow "adding" contacts who are
already members, even if the Can_Add flag isn't set (e.g.
accepting a subscription request twice), and allow "removing"
contacts who are not in the channel (e.g. rejecting a
subscription request twice)
- minor fixes
- Changes from version 0.11.5:
+ API changes:
- fdo#23369: when the local user is removed from a Group
Channel, the GError with which the TpChannel is invalidated
has changed.
+ Enhancements:
- API additions
+ Various fixes
- Changes from version 0.11.4:
+ Enhancements:
- Add experimental GObject-Introspection bindings
- API additions
+ Various fixes
- Changes from version 0.11.3:
+ Enhancements:
- Upgrade to telepathy-spec 0.19.5
. Connection.Status, Connection.Interfaces properties (all
telepathy-glib CMs that use TpBaseConnection should gain
support for these automatically)
. Observer.Recover property
. ContactInfo interface
- API additions
+ Various fixes
- Changes from version 0.11.2:
+ Undeprecate tp_get_bus()
- Changes from version 0.11.1:
+ Enhancements:
- API additions
+ Various fixes
- Changes from version 0.11.0:
+ Deprecations:
- all re-entrant functions
- tp_get_bus()
+ Enhancements:
- Update to telepathy-spec 0.19.3
. generate code for new Connection.Interfaces,
Connection.Status properties, and implement them in
TpBaseConnection
. generate code for Connection.Interface.Balance
- API additions
- Add an example connection manager for the experimental Call
API that will eventually replace StreamedMedia
+ Various fixes
- Rebase work_around_pkg_config.patch.
-------------------------------------------------------------------