Changelog for
telepathy-glib-devel-0.24.2-178.1.x86_64.rpm :
* Tue Feb 09 2021 Bjørn Lie
- Update to version 0.24.2: + Enhancements: - Port build tools to Python 3 - Update and fix tests for Python 3 + Fixes: - Stop hardcoding python\'s path in .py scripts - Fixed some code issues discovered by compiling with clang - Replaced tp_verify_
* with G_STATIC_ASSERTs, fixing the build with more recent gtk-doc - autogen.sh: run gtkdocize from $srcdir in out-of-source builds - Tests: . Fix build failure with glib >= 2.46 due to duplicate test paths . Fix a service file path to fix the build with installed tests - call-channel: fix a memory leak - debug-sender: fix messages queue locking - TpBasePasswordChannel: fix gtk-doc comment for finished signal - protocol: fix a memory leak - Fix a crash when creating a conference call
* Fri Dec 04 2020 Dominique Leuenberger - Drop python-xml BuildRequires: the installation is using python3.
* Mon Feb 26 2018 dimstarAATTopensuse.org- Use SPDX3.0 license tags and package COPYING as %license.
* Thu Apr 14 2016 idonmezAATTsuse.com- Update to GNOME 3.20 Fate#318572- Remove upstreamed patches: 0001-fix-file-path-leaks.patch 0001-tp_list_connection_managers_async-terminate-properly.patch
* Mon Aug 25 2014 zaitorAATTopensuse.org- Update to version 0.24.1: + Fixes: - base-client: fix potential uninitialized variable bug. - Fix a potential crash in contact-list example (fdo#79006).
* Sun Apr 06 2014 dimstarAATTopensuse.org- Update to version 0.24.0: + Don\'t leak every D-Bus method call result, a regression in 0.23.1.- Changes from version 0.23.3: + Enhancements: - TpProtocol gained API to access to its immutable properties as a GVariant (fdo#55108). - TpCallStream and TpCallContent now inherit the factory from their TpCallChannel (fdo#76168). + Fixes: - Fix a memory leak when cleaning up TpProxy \"prepare\" requests (fdo#76000). - Fix a memory leak for paths to contacts\' avatar data (fdo#76000). - Fix crashes in TpFileTransferChannel with GLib 2.39 (fdo#72319). - Fix some paths memory leaks (fdo#76119). - tp_list_connection_managers_async() now terminates properly if there is no CM installed (fdo#68892).
* Fri Mar 28 2014 mgorseAATTsuse.com- Add 0001-fix-file-path-leaks.patch: fix leak when calling g_file_get_path (fdo#76119).
* Fri Mar 21 2014 fcrozatAATTsuse.com- Add 0001-tp_list_connection_managers_async-terminate-properly.patch: terminate properly if there is no CM [fdo#68892]
* Mon Mar 03 2014 zaitorAATTopensuse.org- Update to version 0.23.2: + Enhancements: - TpBaseConnection now has an \"account-path-suffix\" property (fdo#74030). - New high level TpAccountChannelRequest API, including tubes, Conference and SMSChannel (fdo#75450). - \'TargetHandleType: None\' is now automatically added when requesting a channel with TpAccountChannelRequest if no handle type has been defined (fdo#75450).
* Mon Mar 03 2014 zaitorAATTopensuse.org- Update to version 0.23.1: + Dependencies: GLib 2.36 or later is required. + Deprecations: TpPresenceMixin: optional arguments are deprecated, apart from a string named \"message\". This matches our current D-Bus API. + Enhancements: - tp_protocol_normalize_contact_async(), tp_protocol_identify_account_async(), and high-level API for the Protocol Addressing and Presence interfaces (fdo#71048). - More accessors for TpPresenceStatusSpec, which is now a boxed type (fdo#71048). - tp_connection_manager_param_dup_variant_type() (fdo#71093). - Better debug output (fdo#68390, fdo#71048). + Fixes: - In the examples, specifically ask for \"TelepathyGlib-0.12\" (this API version), not Telepathy 1.0 (fdo#49737). - Improve tests\' isolation from the real session bus. - Fix a critical warning for each new connection under GLib 2.39 (fdo#72303). - Fix some possible crashes in file transfer channels, particularly under GLib 2.39 (fdo#72319). - Correct tp_account_request_set_avatar documentation. - Fix a TpConnection reference-leak in TpBaseClient.- Changes from version 0.23.0: + Dependencies: GLib 2.34 or later is required. + Enhancements: - Spec 0.27.3: . Added Conn.I.Sidecars1. . Added Conn.I.Renaming. . Added CD.I.Messages1. - TpAccount::avatar-changed signal (fdo#52938). - tp_value_array_free: equivalent of g_value_array_free but does not provoke deprecation warnings from GLib (fdo#69849). - tp_account_is_prepared and tp_account_manager_is_prepared are now deprecated. + Fixes: - tp_contact_set_attributes: don\'t warn on genuinely absent interfaces (fdo#68149). - channel-group: don\'t crash if no message has been provided.