Package Release Info

telepathy-glib-0.24.2-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

telepathy-glib-devel
telepathy-glib-doc
typelib-1_0-TelepathyGlib-0_12

Change Logs

* Tue Jun 04 2024 mgorse@suse.com
- Add telepathy-glib-function-type-cast.patch: fix an invalid cast
  (glfdo#telepathy/telepathy-glib!4).
* Tue Mar 05 2024 dimstar@opensuse.org
- Drop baselibs.conf: the -32bit packages are no longer needed and
  have not been part of Tumbleweed for a while already (build for
  i586 only enabled in LegacyX86).
* Tue Feb 09 2021 bjorn.lie@gmail.com
- 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 dimstar@opensuse.org
- Drop python-xml BuildRequires: the installation is using python3.
* Mon Feb 26 2018 dimstar@opensuse.org
- Use SPDX3.0 license tags and package COPYING as %license.
* Thu Apr 14 2016 idonmez@suse.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 zaitor@opensuse.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 dimstar@opensuse.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 mgorse@suse.com
- Add 0001-fix-file-path-leaks.patch: fix leak when calling
  g_file_get_path (fdo#76119).
* Fri Mar 21 2014 fcrozat@suse.com
- Add
  0001-tp_list_connection_managers_async-terminate-properly.patch:
  terminate properly if there is no CM [fdo#68892]