Accepting request 132801 from GNOME:Next
Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132801 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=132
This commit is contained in:
parent
36176d67bb
commit
5ee990c80b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:372375578be8053398f9fb1e12188a8b472d6d897e0ac73b230d31e112c68b3f
|
||||
size 3539165
|
3
telepathy-glib-0.19.6.tar.gz
Normal file
3
telepathy-glib-0.19.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fdb1260f4df7a89ff5245ffa72c0331f77affd2cd58cca3714bcfaa5bf473a8
|
||||
size 3717839
|
@ -1,3 +1,101 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 18:42:58 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.6:
|
||||
+ Enhancements:
|
||||
- Add tp_account_manager_can_set_default()
|
||||
+ Fixes:
|
||||
- Fix generation of reentrant-methods.list in highly parallel
|
||||
builds (fdo#52480)
|
||||
- TpBaseChannel: assert that the subclass sets
|
||||
TargetHandleType.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 20:20:15 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.5:
|
||||
+ fdo#52441: fix warning when preparing blocked contacts before
|
||||
TP_CONNECTION_FEATURE_CONNECTED is officially prepared.
|
||||
+ TpAccountManager: set the requested presence on newly created
|
||||
accounts
|
||||
- Changes from version 0.19.4:
|
||||
+ Enhancements:
|
||||
- TpBaseConnectionManager, TpBaseConnection and TpBaseProtocol:
|
||||
add virtual methods to get interfaces.
|
||||
- Add tp_account_request_set_storage_provider().
|
||||
+ Fixes:
|
||||
- base-connection: return from RequestHandles if called with no
|
||||
names.
|
||||
- TpAccountRequest: add missing 'service' property getter.
|
||||
- Changes from version 0.19.3:
|
||||
+ Fix Crash in TpBaseClient (fdo#51444)
|
||||
- Changes from version 0.19.2:
|
||||
+ Enhancements:
|
||||
- TpDynamicHandleRepo can now have an asynchronous ID
|
||||
normalization function.
|
||||
+ Fixes:
|
||||
- tp_debug_client_get_messages_async: error is not propagated
|
||||
(fdo#51250)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 17:03:45 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.19.1:
|
||||
+ Enhancements:
|
||||
- New TpAccountRequest object to help account creation
|
||||
- TpSimpleClientFactory gained API to prepare TpContact objects
|
||||
with the features set on it.
|
||||
- tp_simple/automatic_client_factory_new() now accept NULL
|
||||
TpDBusDaemon arg.
|
||||
+ Fixes:
|
||||
- Fixed possible case where TP_CONTACT_FEATURE_AVATAR_DATA does
|
||||
not get prepared.
|
||||
- Changes from version 0.19.0:
|
||||
+ Enhancements:
|
||||
- <telepathy-glib/telepathy-glib.h> now includes all
|
||||
non-generated code except proxy-subclass.h. Please use it
|
||||
instead of individual headers
|
||||
- Replace --disable-coding-style-checks and
|
||||
--disable-doc-checks with --disable-fatal-warnings.
|
||||
- Add TpRoomList and TpRoomInfo (fdo#30338)
|
||||
- Add TpDebugClient (fdo#23344)
|
||||
- Add tp_account_channel_request_new_text(),
|
||||
tp_account_channel_request_new_audio_call(),
|
||||
tp_account_channel_request_set_target_contact() etc., which
|
||||
do not require the caller to know D-Bus property names
|
||||
(fdo#48780)
|
||||
- Add tp_connection_dup_detailed_error_vardict(),
|
||||
tp_base_connection_disconnect_with_dbus_error_vardict(),
|
||||
tp_connection_manager_param_dup_default_variant(),
|
||||
tp_capabilities_dup_channel_classes_variant() which
|
||||
use/return GVariants instead of dbus-glib parameterized types
|
||||
- Add a simple PyGtk3 dialler to the examples, and optionally
|
||||
install the Python examples as well as the C ones (fdo#48504)
|
||||
- Add tp_contact_get_account()
|
||||
- Improve documentation
|
||||
- Add "clean-for-new-branch" Makefile target which is more
|
||||
thorough than clean, but less thorough than distclean
|
||||
- Add TpTLSCertificate, a TpProxy subclass representing a TLS
|
||||
certificate (fdo#30460)
|
||||
- TpMessageMixin now has helpers to implement the ChatState
|
||||
interface.
|
||||
+ Fixes:
|
||||
- Make it safe to hold refs to a remaining GAsyncResult after
|
||||
returning to the main loop (fdo#45554)
|
||||
- When a TpProxy method call returns, which can occasionally be
|
||||
synchronous, use an idle to finish the corresponding
|
||||
GAsyncResult (fdo#45514)
|
||||
- Add TP_NUM_DBUS_ERRORS (etc.) to supersede NUM_TP_DBUS_ERRORS
|
||||
(fdo#46470)
|
||||
- Make several methods returning a GStrv introspectable
|
||||
(fdo#46471)
|
||||
- Retry preparation of features that depended on a missing
|
||||
connection interface after the connection connects, in the
|
||||
hope that the interface has now become available (fdo#42981)
|
||||
- Interpret capabilities more strictly, avoiding falsely saying
|
||||
we support channel requests with fixed properties we don't
|
||||
understand.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 1 11:25:17 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.18.2
|
||||
Version: 0.19.6
|
||||
Release: 0
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user