Hello community, here is the log from the commit of package telepathy-glib for openSUSE:Factory checked in at 2014-03-04 20:59:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telepathy-glib (Old) and /work/SRC/openSUSE:Factory/.telepathy-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/telepathy-glib/telepathy-glib.changes 2013-10-03 16:09:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.telepathy-glib.new/telepathy-glib.changes 2014-03-04 20:59:30.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Mar 3 19:12:03 UTC 2014 - [email protected] + +- Update to version 0.22.1: + + In the examples, specifically ask for "TelepathyGlib-0.12" + (this API version), not Telepathy 1.0 (fdo#49737). + + Fix a critical warning for each new connection under GLib 2.39 + (fdo#72303). + + Fix a TpConnection reference-leak in TpBaseClient. + + channel-group: don't crash if no message has been provided. + +------------------------------------------------------------------- Old: ---- telepathy-glib-0.22.0.tar.gz New: ---- telepathy-glib-0.22.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telepathy-glib.spec ++++++ --- /var/tmp/diff_new_pack.B78HG1/_old 2014-03-04 20:59:31.000000000 +0100 +++ /var/tmp/diff_new_pack.B78HG1/_new 2014-03-04 20:59:31.000000000 +0100 @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.22.0 +Version: 0.22.1 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ ++++++ telepathy-glib-0.22.0.tar.gz -> telepathy-glib-0.22.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/ChangeLog new/telepathy-glib-0.22.1/ChangeLog --- old/telepathy-glib-0.22.0/ChangeLog 2013-10-02 15:35:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/ChangeLog 2014-01-29 13:20:50.000000000 +0100 @@ -1,3 +1,66 @@ +commit 24a16df2d64fdad5b9c3ab678eeb38af1d461b9c +Author: Simon McVittie <[email protected]> +Date: 2014-01-29 12:14:16 +0000 + + release 0.22.1 + +commit ee177171a7f6995cba2a63f4471d5be92ea5d9a3 +Author: Simon McVittie <[email protected]> +Date: 2014-01-29 11:33:32 +0000 + + more NEWS for 0.22 + +commit 57a4680a76134a628d505c8326545ee5f9066f3f +Author: Simon McVittie <[email protected]> +Date: 2013-11-12 12:44:35 +0000 + + examples: explicitly ask for TelepathyGLib-0.12 + + TelepathyGLib-1 isn't going to be fully compatible. + + Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49737 + Reviewed-by: Guillaume Desmottes <[email protected]> + +commit 4b17ed73b7ac11e7f971f31a36e0367493b9d639 +Author: Simon McVittie <[email protected]> +Date: 2014-01-29 11:21:52 +0000 + + NEWS for 0.22 + +commit 77173033efaa7c33d1badf446133c701e2ae890f +Author: Guillaume Desmottes <[email protected]> +Date: 2014-01-17 16:28:58 +0100 + + base-client: fix TpConnection leak + +commit 1b28e0ca43acec40f708d480e2824743561c5b97 +Merge: d4388c7 3c1c43c +Author: Xavier Claessens <[email protected]> +Date: 2013-11-26 09:00:43 -0500 + + Merge branch 'telepathy-glib-0.20' into telepathy-glib-0.22 + +commit 3c1c43cc2a13df3d5f56e20d49c7bd136486b372 +Author: Xavier Claessens <[email protected]> +Date: 2013-11-25 14:56:01 -0500 + + TpBaseConnectionManager: Fix critical printed each time a new connection is made + + glib 2.39.0 started to print a g_critical() message when calling + g_source_remove() on a source that does not exist anymore. + +commit d4388c7c1fedb1e91b99075cd6b15b5cf573a302 +Author: Guillaume Desmottes <[email protected]> +Date: 2013-10-24 14:38:45 +0200 + + channel-group: don't crash if no message has been provided + +commit 96cfbd0e8401ab06b729cfa5b092d5939899dc6b +Author: Simon McVittie <[email protected]> +Date: 2013-10-02 15:02:31 +0100 + + nano version + commit ab5cef9789cb51cccd44aacbed80494a9379831e Author: Simon McVittie <[email protected]> Date: 2013-10-02 14:31:44 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/Makefile.in new/telepathy-glib-0.22.1/Makefile.in --- old/telepathy-glib-0.22.0/Makefile.in 2013-10-02 15:32:17.000000000 +0200 +++ new/telepathy-glib-0.22.1/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -694,9 +694,10 @@ && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/NEWS new/telepathy-glib-0.22.1/NEWS --- old/telepathy-glib-0.22.0/NEWS 2013-10-02 15:31:38.000000000 +0200 +++ new/telepathy-glib-0.22.1/NEWS 2014-01-29 13:13:52.000000000 +0100 @@ -1,3 +1,20 @@ +telepathy-glib 0.22.1 (2014-01-29) +================================== + +The “tiny tyrannosaur” release. + +Fixes: + +• In the examples, specifically ask for "TelepathyGlib-0.12" (this API + version), not Telepathy 1.0 (fd.o #49737, Simon) + +• Fix a critical warning for each new connection under GLib 2.39 + (fd.o #72303, Xavier) + +• Fix a TpConnection reference-leak in TpBaseClient (Guillaume) + +• channel-group: don't crash if no message has been provided (Guillaume) + telepathy-glib 0.22.0 (2013-10-02) ================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/aclocal.m4 new/telepathy-glib-0.22.1/aclocal.m4 --- old/telepathy-glib-0.22.0/aclocal.m4 2013-10-02 15:32:16.000000000 +0200 +++ new/telepathy-glib-0.22.1/aclocal.m4 2014-01-29 13:14:25.000000000 +0100 @@ -1,4 +1,4 @@ -# generated automatically by aclocal 1.14 -*- Autoconf -*- +# generated automatically by aclocal 1.14.1 -*- Autoconf -*- # Copyright (C) 1996-2013 Free Software Foundation, Inc. @@ -195,7 +195,7 @@ [am__api_version='1.14' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14], [], +m4_if([$1], [1.14.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -211,7 +211,7 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14])dnl +[AM_AUTOMAKE_VERSION([1.14.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/configure new/telepathy-glib-0.22.1/configure --- old/telepathy-glib-0.22.0/configure 2013-10-02 15:32:16.000000000 +0200 +++ new/telepathy-glib-0.22.1/configure 2014-01-29 13:14:26.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Telepathy-GLib 0.22.0. +# Generated by GNU Autoconf 2.69 for Telepathy-GLib 0.22.1. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-glib>. # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='Telepathy-GLib' PACKAGE_TARNAME='telepathy-glib' -PACKAGE_VERSION='0.22.0' -PACKAGE_STRING='Telepathy-GLib 0.22.0' +PACKAGE_VERSION='0.22.1' +PACKAGE_STRING='Telepathy-GLib 0.22.1' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-glib' PACKAGE_URL='' @@ -1489,7 +1489,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Telepathy-GLib 0.22.0 to adapt to many kinds of systems. +\`configure' configures Telepathy-GLib 0.22.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1559,7 +1559,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Telepathy-GLib 0.22.0:";; + short | recursive ) echo "Configuration of Telepathy-GLib 0.22.1:";; esac cat <<\_ACEOF @@ -1712,7 +1712,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Telepathy-GLib configure 0.22.0 +Telepathy-GLib configure 0.22.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2202,7 +2202,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Telepathy-GLib $as_me 0.22.0, which was +It was created by Telepathy-GLib $as_me 0.22.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3068,7 +3068,7 @@ # Define the identity of the package. PACKAGE='telepathy-glib' - VERSION='0.22.0' + VERSION='0.22.1' cat >>confdefs.h <<_ACEOF @@ -12652,7 +12652,7 @@ TP_MAJOR_VERSION=0 TP_MINOR_VERSION=22 -TP_MICRO_VERSION=0 +TP_MICRO_VERSION=1 @@ -18330,7 +18330,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Telepathy-GLib $as_me 0.22.0, which was +This file was extended by Telepathy-GLib $as_me 0.22.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18396,7 +18396,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Telepathy-GLib config.status 0.22.0 +Telepathy-GLib config.status 0.22.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/configure.ac new/telepathy-glib-0.22.1/configure.ac --- old/telepathy-glib-0.22.0/configure.ac 2013-10-02 15:24:13.000000000 +0200 +++ new/telepathy-glib-0.22.1/configure.ac 2014-01-29 13:14:08.000000000 +0100 @@ -11,7 +11,7 @@ m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [22]) -m4_define([tp_glib_micro_version], [0]) +m4_define([tp_glib_micro_version], [1]) m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/Makefile.in new/telepathy-glib-0.22.1/docs/Makefile.in --- old/telepathy-glib-0.22.0/docs/Makefile.in 2013-10-02 15:32:17.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/Makefile.in new/telepathy-glib-0.22.1/docs/reference/Makefile.in --- old/telepathy-glib-0.22.0/docs/reference/Makefile.in 2013-10-02 15:32:17.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/html/annotation-glossary.html new/telepathy-glib-0.22.1/docs/reference/html/annotation-glossary.html --- old/telepathy-glib-0.22.0/docs/reference/html/annotation-glossary.html 2013-10-02 15:35:45.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/html/annotation-glossary.html 2014-01-29 13:20:50.000000000 +0100 @@ -20,59 +20,59 @@ <td> </td> </tr> <tr><td colspan="5" class="shortcuts"> -<a class="shortcut" href="#glsS">S</a> +<a class="shortcut" href="#glsO">O</a> | - <a class="shortcut" href="#glsT">T</a> + <a class="shortcut" href="#glsA">A</a> | <a class="shortcut" href="#glsS">S</a> | - <a class="shortcut" href="#glsA">A</a> - | <a class="shortcut" href="#glsT">T</a> | - <a class="shortcut" href="#glsC">C</a> + <a class="shortcut" href="#glsA">A</a> | - <a class="shortcut" href="#glsO">O</a> + <a class="shortcut" href="#glsC">C</a> | - <a class="shortcut" href="#glsT">T</a> + <a class="shortcut" href="#glsS">S</a> | <a class="shortcut" href="#glsE">E</a> + | + <a class="shortcut" href="#glsT">T</a> </td></tr> </table> <div class="glossary"> <div class="titlepage"><div><div><h1 class="title"> <a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div> +<a name="glsO"></a><h3 class="title">O</h3> +<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt> +<dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd> +<a name="glsA"></a><h3 class="title">A</h3> +<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt> +<dd class="glossdef"><p>Parameter points to an array of items.</p></dd> <a name="glsS"></a><h3 class="title">S</h3> -<dt><span class="glossterm"><a name="annotation-glossterm-scope%20async"></a>scope async</span></dt> -<dd class="glossdef"><p>The callback is valid until first called.</p></dd> +<dt><span class="glossterm"><a name="annotation-glossterm-scope%20call"></a>scope call</span></dt> +<dd class="glossdef"><p>The callback is valid only during the call to the method.</p></dd> <a name="glsT"></a><h3 class="title">T</h3> <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt> <dd class="glossdef"><p>Free data after the code is done.</p></dd> -<a name="glsS"></a><h3 class="title">S</h3> -<dt><span class="glossterm"><a name="annotation-glossterm-scope%20call"></a>scope call</span></dt> -<dd class="glossdef"><p>The callback is valid only during the call to the method.</p></dd> +<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt> +<dd class="glossdef"><p>Don't free data after the code is done.</p></dd> <a name="glsA"></a><h3 class="title">A</h3> <dt><span class="glossterm"><a name="annotation-glossterm-allow-none"></a>allow-none</span></dt> <dd class="glossdef"><p>NULL is ok, both for passing and for returning.</p></dd> -<dt><span class="glossterm"><a name="annotation-glossterm-array"></a>array</span></dt> -<dd class="glossdef"><p>Parameter points to an array of items.</p></dd> -<a name="glsT"></a><h3 class="title">T</h3> -<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt> -<dd class="glossdef"><p>Don't free data after the code is done.</p></dd> -<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt> -<dd class="glossdef"><p>Free data container after the code is done.</p></dd> <a name="glsC"></a><h3 class="title">C</h3> <dt><span class="glossterm"><a name="annotation-glossterm-closure"></a>closure</span></dt> <dd class="glossdef"><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd> -<a name="glsO"></a><h3 class="title">O</h3> -<dt><span class="glossterm"><a name="annotation-glossterm-out"></a>out</span></dt> -<dd class="glossdef"><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd> -<a name="glsT"></a><h3 class="title">T</h3> -<dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt> -<dd class="glossdef"><p>Override the parsed C type with given type.</p></dd> +<a name="glsS"></a><h3 class="title">S</h3> +<dt><span class="glossterm"><a name="annotation-glossterm-scope%20async"></a>scope async</span></dt> +<dd class="glossdef"><p>The callback is valid until first called.</p></dd> <a name="glsE"></a><h3 class="title">E</h3> <dt><span class="glossterm"><a name="annotation-glossterm-element-type"></a>element-type</span></dt> <dd class="glossdef"><p>Generics and defining elements of containers and arrays.</p></dd> +<a name="glsT"></a><h3 class="title">T</h3> +<dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt> +<dd class="glossdef"><p>Free data container after the code is done.</p></dd> +<dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt> +<dd class="glossdef"><p>Override the parsed C type with given type.</p></dd> </div> <div class="footer"> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/html/index.html new/telepathy-glib-0.22.1/docs/reference/html/index.html --- old/telepathy-glib-0.22.0/docs/reference/html/index.html 2013-10-02 15:35:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/html/index.html 2014-01-29 13:20:50.000000000 +0100 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">telepathy-glib API Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - This manual documents telepathy-glib version 0.22.0 + This manual documents telepathy-glib version 0.22.1 . The latest development version of this documentation can be found here: <a class="ulink" href="http://telepathy.freedesktop.org/doc/telepathy-glib/" target="_top">online copy of the telepathy-glib API Reference Manual</a>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/html/index.sgml new/telepathy-glib-0.22.1/docs/reference/html/index.sgml --- old/telepathy-glib-0.22.0/docs/reference/html/index.sgml 2013-10-02 15:35:45.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/html/index.sgml 2014-01-29 13:20:50.000000000 +0100 @@ -6993,14 +6993,14 @@ <ANCHOR id="tp-text-mixin-set-rescued" href="telepathy-glib/telepathy-glib-TpTextMixin.html#tp-text-mixin-set-rescued"> <ANCHOR id="tp-text-mixin-iface-init" href="telepathy-glib/telepathy-glib-TpTextMixin.html#tp-text-mixin-iface-init"> <ANCHOR id="telepathy-glib-TpTextMixin.see-also" href="telepathy-glib/telepathy-glib-TpTextMixin.html#telepathy-glib-TpTextMixin.see-also"> -<ANCHOR id="annotation-glossterm-scope async" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-scope async"> -<ANCHOR id="annotation-glossterm-transfer full" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-transfer full"> -<ANCHOR id="annotation-glossterm-scope call" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-scope call"> -<ANCHOR id="annotation-glossterm-allow-none" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-allow-none"> +<ANCHOR id="annotation-glossterm-out" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-out"> <ANCHOR id="annotation-glossterm-array" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-array"> +<ANCHOR id="annotation-glossterm-scope call" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-scope call"> +<ANCHOR id="annotation-glossterm-transfer full" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-transfer full"> <ANCHOR id="annotation-glossterm-transfer none" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-transfer none"> -<ANCHOR id="annotation-glossterm-transfer container" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-transfer container"> +<ANCHOR id="annotation-glossterm-allow-none" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-allow-none"> <ANCHOR id="annotation-glossterm-closure" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-closure"> -<ANCHOR id="annotation-glossterm-out" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-out"> -<ANCHOR id="annotation-glossterm-type" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-type"> +<ANCHOR id="annotation-glossterm-scope async" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-scope async"> <ANCHOR id="annotation-glossterm-element-type" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-element-type"> +<ANCHOR id="annotation-glossterm-transfer container" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-transfer container"> +<ANCHOR id="annotation-glossterm-type" href="telepathy-glib/annotation-glossary.html#annotation-glossterm-type"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/html/telepathy-glib-util.html new/telepathy-glib-0.22.1/docs/reference/html/telepathy-glib-util.html --- old/telepathy-glib-0.22.0/docs/reference/html/telepathy-glib-util.html 2013-10-02 15:35:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/html/telepathy-glib-util.html 2014-01-29 13:20:50.000000000 +0100 @@ -1706,7 +1706,7 @@ <p> Interpret a Telepathy user action time to decide whether a Handler should attempt to gain focus. If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> is returned, it would be appropriate to -call <a href="http://developer.gnome.org/gtk2/GtkWindow.html#gtk-window-present-with-time"><code class="function">gtk_window_present_with_time()</code></a> using <em class="parameter"><code>x11_time</code></em> as input, for instance. +call <a href="http://library.gnome.org/devel/gtk3/GtkWindow.html#gtk-window-present-with-time"><code class="function">gtk_window_present_with_time()</code></a> using <em class="parameter"><code>x11_time</code></em> as input, for instance. </p> <p> <em class="parameter"><code>x11_time</code></em> is used to return a timestamp in the right format for X11, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/html/telepathy-glib-version.html new/telepathy-glib-0.22.1/docs/reference/html/telepathy-glib-version.html --- old/telepathy-glib-0.22.0/docs/reference/html/telepathy-glib-version.html 2013-10-02 15:35:45.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/html/telepathy-glib-version.html 2014-01-29 13:20:50.000000000 +0100 @@ -127,7 +127,7 @@ <hr> <div class="refsect2"> <a name="TP-MINOR-VERSION:CAPS"></a><h3>TP_MINOR_VERSION</h3> -<pre class="programlisting">#define TP_MINOR_VERSION 21 +<pre class="programlisting">#define TP_MINOR_VERSION 22 </pre> <p> The minor version of telepathy-glib (e.g. the 18 in 0.18.1) at the time your @@ -141,7 +141,7 @@ <hr> <div class="refsect2"> <a name="TP-MICRO-VERSION:CAPS"></a><h3>TP_MICRO_VERSION</h3> -<pre class="programlisting">#define TP_MICRO_VERSION 2 +<pre class="programlisting">#define TP_MICRO_VERSION 0 </pre> <p> The micro version of telepathy-glib (e.g. the 1 in 0.18.1) at the time your diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/docs/reference/version.xml new/telepathy-glib-0.22.1/docs/reference/version.xml --- old/telepathy-glib-0.22.0/docs/reference/version.xml 2013-10-02 15:32:39.000000000 +0200 +++ new/telepathy-glib-0.22.1/docs/reference/version.xml 2014-01-29 13:14:32.000000000 +0100 @@ -1 +1 @@ -0.22.0 +0.22.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/Makefile.in new/telepathy-glib-0.22.1/examples/Makefile.in --- old/telepathy-glib-0.22.0/examples/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/Makefile.in new/telepathy-glib-0.22.1/examples/client/Makefile.in --- old/telepathy-glib-0.22.0/examples/client/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/dbus-tubes/Makefile.in new/telepathy-glib-0.22.1/examples/client/dbus-tubes/Makefile.in --- old/telepathy-glib-0.22.0/examples/client/dbus-tubes/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/dbus-tubes/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/js/Makefile.in new/telepathy-glib-0.22.1/examples/client/js/Makefile.in --- old/telepathy-glib-0.22.0/examples/client/js/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/js/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/js/contact-list.js new/telepathy-glib-0.22.1/examples/client/js/contact-list.js --- old/telepathy-glib-0.22.0/examples/client/js/contact-list.js 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/js/contact-list.js 2014-01-29 12:32:35.000000000 +0100 @@ -1,5 +1,8 @@ #! /usr/bin/gjs +const Gi = imports.gi; +Gi.versions.TelepathyGLib = '0.12'; + const Tp = imports.gi.TelepathyGLib; const Mainloop = imports.mainloop; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/js/debug-client.js new/telepathy-glib-0.22.1/examples/client/js/debug-client.js --- old/telepathy-glib-0.22.0/examples/client/js/debug-client.js 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/js/debug-client.js 2014-01-29 12:32:35.000000000 +0100 @@ -18,6 +18,9 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +const Gi = imports.gi; +Gi.versions.TelepathyGLib = '0.12'; + const GLib = imports.gi.GLib; const Gio = imports.gi.Gio; const Lang = imports.lang; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/Makefile.in new/telepathy-glib-0.22.1/examples/client/python/Makefile.in --- old/telepathy-glib-0.22.0/examples/client/python/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/contact-list.py new/telepathy-glib-0.22.1/examples/client/python/contact-list.py --- old/telepathy-glib-0.22.0/examples/client/python/contact-list.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/contact-list.py 2014-01-29 12:32:35.000000000 +0100 @@ -1,9 +1,11 @@ #!/usr/bin/env python import os +import gi from gi.repository import GObject GObject.threads_init() +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib as Tp def manager_prepared_cb(manager, result, loop): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/dialler.py new/telepathy-glib-0.22.1/examples/client/python/dialler.py --- old/telepathy-glib-0.22.0/examples/client/python/dialler.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/dialler.py 2014-01-29 12:32:35.000000000 +0100 @@ -20,10 +20,12 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +import gi from gi.repository import GLib from gi.repository import GObject from gi.repository import Gio from gi.repository import Gtk +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib as Tp import sys diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/ensure-channel.py new/telepathy-glib-0.22.1/examples/client/python/ensure-channel.py --- old/telepathy-glib-0.22.0/examples/client/python/ensure-channel.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/ensure-channel.py 2014-01-29 12:32:35.000000000 +0100 @@ -1,9 +1,12 @@ #!/usr/bin/env python import sys +import gi + from gi.repository import GObject GObject.threads_init() +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib def usage(): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/file-transfer.py new/telepathy-glib-0.22.1/examples/client/python/file-transfer.py --- old/telepathy-glib-0.22.0/examples/client/python/file-transfer.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/file-transfer.py 2014-01-29 12:32:35.000000000 +0100 @@ -3,10 +3,13 @@ import os import mimetypes +import gi + from gi.repository import GObject GObject.threads_init() from gi.repository import Gio +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib def usage(): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/ft-handler.py new/telepathy-glib-0.22.1/examples/client/python/ft-handler.py --- old/telepathy-glib-0.22.0/examples/client/python/ft-handler.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/ft-handler.py 2014-01-29 12:32:35.000000000 +0100 @@ -1,10 +1,13 @@ #!/usr/bin/env python import sys +import gi + from gi.repository import GObject GObject.threads_init() from gi.repository import Gio +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib def usage(): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/inspect-cm.py new/telepathy-glib-0.22.1/examples/client/python/inspect-cm.py --- old/telepathy-glib-0.22.0/examples/client/python/inspect-cm.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/inspect-cm.py 2014-01-29 12:32:35.000000000 +0100 @@ -1,7 +1,9 @@ #!/usr/bin/env python import sys +import gi from gi.repository import GObject +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib as Tp def describe(cm): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/stream-tube-accepter.py new/telepathy-glib-0.22.1/examples/client/python/stream-tube-accepter.py --- old/telepathy-glib-0.22.0/examples/client/python/stream-tube-accepter.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/stream-tube-accepter.py 2014-01-29 12:32:35.000000000 +0100 @@ -2,7 +2,9 @@ import os +import gi from gi.repository import GObject, Gio +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib as Tp def tube_conn_closed(tube, error): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/stream-tube-offerer.py new/telepathy-glib-0.22.1/examples/client/python/stream-tube-offerer.py --- old/telepathy-glib-0.22.0/examples/client/python/stream-tube-offerer.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/stream-tube-offerer.py 2014-01-29 12:32:35.000000000 +0100 @@ -3,7 +3,9 @@ import sys import os +import gi from gi.repository import GObject, Gio +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib as Tp def usage(): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/python/text-handler.py new/telepathy-glib-0.22.1/examples/client/python/text-handler.py --- old/telepathy-glib-0.22.0/examples/client/python/text-handler.py 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/python/text-handler.py 2014-01-29 12:32:35.000000000 +0100 @@ -1,8 +1,11 @@ #!/usr/bin/env python +import gi + from gi.repository import GObject GObject.threads_init() +gi.require_version('TelepathyGLib', '0.12') from gi.repository import TelepathyGLib def echo_message(channel, msg, pending): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/client/stream-tubes/Makefile.in new/telepathy-glib-0.22.1/examples/client/stream-tubes/Makefile.in --- old/telepathy-glib-0.22.0/examples/client/stream-tubes/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/client/stream-tubes/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/Makefile.in new/telepathy-glib-0.22.1/examples/cm/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/call/Makefile.in new/telepathy-glib-0.22.1/examples/cm/call/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/call/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/call/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/channelspecific/Makefile.in new/telepathy-glib-0.22.1/examples/cm/channelspecific/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/channelspecific/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/channelspecific/Makefile.in 2014-01-29 13:14:27.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/contactlist/Makefile.in new/telepathy-glib-0.22.1/examples/cm/contactlist/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/contactlist/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/contactlist/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/echo-message-parts/Makefile.in new/telepathy-glib-0.22.1/examples/cm/echo-message-parts/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/echo-message-parts/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/echo-message-parts/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/extended/Makefile.in new/telepathy-glib-0.22.1/examples/cm/extended/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/extended/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/extended/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/cm/no-protocols/Makefile.in new/telepathy-glib-0.22.1/examples/cm/no-protocols/Makefile.in --- old/telepathy-glib-0.22.0/examples/cm/no-protocols/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/cm/no-protocols/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/examples/extensions/Makefile.in new/telepathy-glib-0.22.1/examples/extensions/Makefile.in --- old/telepathy-glib-0.22.0/examples/extensions/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/examples/extensions/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/m4/Makefile.in new/telepathy-glib-0.22.1/m4/Makefile.in --- old/telepathy-glib-0.22.0/m4/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/m4/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/spec/Makefile.in new/telepathy-glib-0.22.1/spec/Makefile.in --- old/telepathy-glib-0.22.0/spec/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/spec/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/telepathy-glib/Makefile.in new/telepathy-glib-0.22.1/telepathy-glib/Makefile.in --- old/telepathy-glib-0.22.0/telepathy-glib/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/telepathy-glib/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/telepathy-glib/base-client.c new/telepathy-glib-0.22.1/telepathy-glib/base-client.c --- old/telepathy-glib-0.22.0/telepathy-glib/base-client.c 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/telepathy-glib/base-client.c 2014-01-29 12:20:18.000000000 +0100 @@ -2000,6 +2000,7 @@ out: g_clear_object (&account); + g_clear_object (&connection); if (channels != NULL) g_ptr_array_unref (channels); @@ -2173,6 +2174,7 @@ out: g_clear_object (&account); + g_clear_object (&connection); if (channels != NULL) g_ptr_array_unref (channels); @@ -2521,6 +2523,7 @@ out: g_clear_object (&account); + g_clear_object (&connection); if (channels != NULL) g_ptr_array_unref (channels); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/telepathy-glib/channel-group.c new/telepathy-glib-0.22.1/telepathy-glib/channel-group.c --- old/telepathy-glib-0.22.0/telepathy-glib/channel-group.c 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/telepathy-glib/channel-group.c 2014-01-29 12:20:18.000000000 +0100 @@ -1096,7 +1096,7 @@ const gchar *debug_message = tp_asv_get_string (details, "debug-message"); - if (debug_message == NULL && message[0] != '\0') + if (debug_message == NULL && !tp_str_empty (message)) debug_message = message; if (debug_message == NULL && error_detail != NULL) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/telepathy-glib/run.c new/telepathy-glib-0.22.1/telepathy-glib/run.c --- old/telepathy-glib-0.22.0/telepathy-glib/run.c 2013-09-26 16:17:46.000000000 +0200 +++ new/telepathy-glib-0.22.1/telepathy-glib/run.c 2014-01-29 12:20:18.000000000 +0100 @@ -84,7 +84,7 @@ } timeout_id = 0; - return FALSE; + return G_SOURCE_REMOVE; } static void @@ -98,6 +98,7 @@ if (0 != timeout_id) { g_source_remove (timeout_id); + timeout_id = 0; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/tests/Makefile.in new/telepathy-glib-0.22.1/tests/Makefile.in --- old/telepathy-glib-0.22.0/tests/Makefile.in 2013-10-02 15:32:18.000000000 +0200 +++ new/telepathy-glib-0.22.1/tests/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/tests/dbus/Makefile.in new/telepathy-glib-0.22.1/tests/dbus/Makefile.in --- old/telepathy-glib-0.22.0/tests/dbus/Makefile.in 2013-10-02 15:32:19.000000000 +0200 +++ new/telepathy-glib-0.22.1/tests/dbus/Makefile.in 2014-01-29 13:14:28.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/tests/lib/Makefile.in new/telepathy-glib-0.22.1/tests/lib/Makefile.in --- old/telepathy-glib-0.22.0/tests/lib/Makefile.in 2013-10-02 15:32:19.000000000 +0200 +++ new/telepathy-glib-0.22.1/tests/lib/Makefile.in 2014-01-29 13:14:29.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/tests/tools/Makefile.in new/telepathy-glib-0.22.1/tests/tools/Makefile.in --- old/telepathy-glib-0.22.0/tests/tools/Makefile.in 2013-10-02 15:32:19.000000000 +0200 +++ new/telepathy-glib-0.22.1/tests/tools/Makefile.in 2014-01-29 13:14:29.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/tools/Makefile.in new/telepathy-glib-0.22.1/tools/Makefile.in --- old/telepathy-glib-0.22.0/tools/Makefile.in 2013-10-02 15:32:19.000000000 +0200 +++ new/telepathy-glib-0.22.1/tools/Makefile.in 2014-01-29 13:14:29.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telepathy-glib-0.22.0/vala/Makefile.in new/telepathy-glib-0.22.1/vala/Makefile.in --- old/telepathy-glib-0.22.0/vala/Makefile.in 2013-10-02 15:32:19.000000000 +0200 +++ new/telepathy-glib-0.22.1/vala/Makefile.in 2014-01-29 13:14:29.000000000 +0100 @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.14 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
