Hello community, here is the log from the commit of package libmbim for openSUSE:Factory checked in at 2019-12-25 10:54:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmbim (Old) and /work/SRC/openSUSE:Factory/.libmbim.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmbim" Wed Dec 25 10:54:16 2019 rev:22 rq:758743 version:1.20.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes 2019-11-11 12:58:42.345583278 +0100 +++ /work/SRC/openSUSE:Factory/.libmbim.new.6675/libmbim.changes 2019-12-25 10:54:21.297620906 +0100 @@ -1,0 +2,10 @@ +Sat Dec 21 16:21:42 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 1.20.4: + + libmbim-glib: + - Fixed memleak when processing responses with multiple + fragments. + - Fixed memleak when processing failed Open operations. + - Removed redundant method declaration in UUID header. + +------------------------------------------------------------------- Old: ---- libmbim-1.20.2.tar.xz New: ---- libmbim-1.20.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmbim.spec ++++++ --- /var/tmp/diff_new_pack.mAJQgT/_old 2019-12-25 10:54:22.561621302 +0100 +++ /var/tmp/diff_new_pack.mAJQgT/_new 2019-12-25 10:54:22.581621308 +0100 @@ -18,7 +18,7 @@ Name: libmbim -Version: 1.20.2 +Version: 1.20.4 Release: 0 Summary: Mobile Broadband Interface Model (MBIM) protocol License: GPL-2.0-or-later AND LGPL-2.0-or-later ++++++ libmbim-1.20.2.tar.xz -> libmbim-1.20.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/ChangeLog new/libmbim-1.20.4/ChangeLog --- old/libmbim-1.20.2/ChangeLog 2019-11-06 12:13:37.000000000 +0100 +++ new/libmbim-1.20.4/ChangeLog 2019-12-21 16:59:08.000000000 +0100 @@ -1,3 +1,107 @@ +commit efa0874bd17fb4808911453a0b36843fd47d5744 +Author: Aleksander Morgado <[email protected]> +Date: Sat Dec 21 16:57:23 2019 +0100 + + release: bump version to 1.20.4 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 23b930c7ee0c19472db4732632eaf0413da9062d +Author: Aleksander Morgado <[email protected]> +Date: Sat Dec 21 16:57:08 2019 +0100 + + NEWS: update for 1.20.4 + + NEWS | 9 +++++++++ + 1 file changed, 9 insertions(+) + +commit 97ae926f7ab51e39d73314fc65ec723f561f9588 +Author: Aleksander Morgado <[email protected]> +Date: Sat Dec 21 16:48:45 2019 +0100 + + libmbim-glib,device: plug memleak when processing Open errors + + ==8725== 40 (16 direct, 24 indirect) bytes in 1 blocks are + definitely lost in loss record 825 of 1,273 + ==8725== at 0x483877F: malloc (vg_replace_malloc.c:309) + ==8725== by 0x4B7C8D9: g_malloc (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x4B5D893: g_slice_alloc (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x4B979DA: g_error_copy (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x48AA3BC: transaction_task_complete_and_free + (mbim-device.c:243) + ==8725== by 0x48AAE00: finalize_pending_open_request + (mbim-device.c:541) + ==8725== by 0x48AB12B: process_message (mbim-device.c:632) + ==8725== by 0x48AB530: parse_response (mbim-device.c:762) + ==8725== by 0x48AB844: data_available (mbim-device.c:842) + ==8725== by 0x4B8226E: g_main_context_dispatch (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x4B841B0: ??? (in /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x4B850C2: g_main_loop_run (in + /usr/lib/libglib-2.0.so.0.6200.3) + + (cherry picked from commit 2ed61627f885de72a20850b02f262a7e851240c3) + + src/libmbim-glib/mbim-device.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 943e41d1d485a097331a6ac711b6350a01e4e2b6 +Author: Aleksander Morgado <[email protected]> +Date: Sat Dec 21 16:38:40 2019 +0100 + + libmbim,device: plug memleak when processing responses with multiple + fragments + + ==8725== 48 bytes in 3 blocks are definitely lost in loss record + 840 of 1,273 + ==8725== at 0x483877F: malloc (vg_replace_malloc.c:309) + ==8725== by 0x4B7C8D9: g_malloc (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x4B5D893: g_slice_alloc (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x48AA78D: device_store_transaction + (mbim-device.c:371) + ==8725== by 0x48AE34C: mbim_device_command (mbim-device.c:2218) + ==8725== by 0x48B0E83: process_command (mbim-proxy.c:1020) + ==8725== by 0x48B0F8C: process_message (mbim-proxy.c:1052) + ==8725== by 0x48B1052: parse_request (mbim-proxy.c:1091) + ==8725== by 0x48B1279: connection_readable_cb + (mbim-proxy.c:1140) + ==8725== by 0x49D32E9: ??? (in /usr/lib/libgio-2.0.so.0.6200.3) + ==8725== by 0x4B8226E: g_main_context_dispatch (in + /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== by 0x4B841B0: ??? (in /usr/lib/libglib-2.0.so.0.6200.3) + ==8725== + + (cherry picked from commit 4d5a77fe68feeef3c0aed27c865ac7645760789b) + + src/libmbim-glib/mbim-device.c | 16 ++++++++++------ + 1 file changed, 10 insertions(+), 6 deletions(-) + +commit c2345daa94927d3c4d0cdf67355b650670cc5484 +Author: Aleksander Morgado <[email protected]> +Date: Tue Nov 19 11:44:23 2019 +0100 + + libmbim-glib,uuid: remove redundant declaration + + (cherry picked from commit 60f686ba451b1b64da828503da06c2c00cabe138) + + src/libmbim-glib/mbim-uuid.h | 2 -- + 1 file changed, 2 deletions(-) + +commit 1d26e0be933ca48e2570456cacc13433fb3a58e4 +Author: Aleksander Morgado <[email protected]> +Date: Wed Nov 6 12:16:13 2019 +0100 + + build: post-release version bump to 1.20.3 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 824812a906940884a0fab909d86734a65173f46c Author: Aleksander Morgado <[email protected]> Date: Wed Nov 6 12:10:35 2019 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/NEWS new/libmbim-1.20.4/NEWS --- old/libmbim-1.20.2/NEWS 2019-11-06 12:09:31.000000000 +0100 +++ new/libmbim-1.20.4/NEWS 2019-12-21 16:57:00.000000000 +0100 @@ -1,4 +1,13 @@ +Overview of changes in libmbim 1.20.4 +---------------------------------------- + + * libmbim-glib: + ** Fixed memleak when processing reponses with multiple fragments. + ** Fixed memleak when processing failed Open operations. + ** Removed redundant method declaration in UUID header. + + Overview of changes in libmbim 1.20.2 ---------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/configure new/libmbim-1.20.4/configure --- old/libmbim-1.20.2/configure 2019-11-06 12:11:10.000000000 +0100 +++ new/libmbim-1.20.4/configure 2019-12-21 16:58:41.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libmbim 1.20.2. +# Generated by GNU Autoconf 2.69 for libmbim 1.20.4. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libmbim' PACKAGE_TARNAME='libmbim' -PACKAGE_VERSION='1.20.2' -PACKAGE_STRING='libmbim 1.20.2' +PACKAGE_VERSION='1.20.4' +PACKAGE_STRING='libmbim 1.20.4' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1397,7 +1397,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 libmbim 1.20.2 to adapt to many kinds of systems. +\`configure' configures libmbim 1.20.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1467,7 +1467,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libmbim 1.20.2:";; + short | recursive ) echo "Configuration of libmbim 1.20.4:";; esac cat <<\_ACEOF @@ -1619,7 +1619,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libmbim configure 1.20.2 +libmbim configure 1.20.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1897,7 +1897,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libmbim $as_me 1.20.2, which was +It was created by libmbim $as_me 1.20.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2765,7 +2765,7 @@ # Define the identity of the package. PACKAGE='libmbim' - VERSION='1.20.2' + VERSION='1.20.4' # Some tools Automake needs. @@ -12235,8 +12235,8 @@ MBIM_MAJOR_VERSION=1 MBIM_MINOR_VERSION=20 -MBIM_MICRO_VERSION=2 -MBIM_VERSION=1.20.2 +MBIM_MICRO_VERSION=4 +MBIM_VERSION=1.20.4 @@ -14177,7 +14177,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libmbim $as_me 1.20.2, which was +This file was extended by libmbim $as_me 1.20.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14243,7 +14243,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libmbim config.status 1.20.2 +libmbim config.status 1.20.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -15385,7 +15385,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/configure.ac new/libmbim-1.20.4/configure.ac --- old/libmbim-1.20.2/configure.ac 2019-11-06 12:06:57.000000000 +0100 +++ new/libmbim-1.20.4/configure.ac 2019-12-21 16:57:20.000000000 +0100 @@ -4,7 +4,7 @@ dnl The libmbim version number m4_define([mbim_major_version], [1]) m4_define([mbim_minor_version], [20]) -m4_define([mbim_micro_version], [2]) +m4_define([mbim_micro_version], [4]) m4_define([mbim_version], [mbim_major_version.mbim_minor_version.mbim_micro_version]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/man/mbim-network.1 new/libmbim-1.20.4/docs/man/mbim-network.1 --- old/libmbim-1.20.2/docs/man/mbim-network.1 2019-11-06 12:11:32.000000000 +0100 +++ new/libmbim-1.20.4/docs/man/mbim-network.1 2019-12-21 16:59:06.000000000 +0100 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH MBIM-NETWORK "1" "November 2019" "mbim-network 1.20.2" "User Commands" +.TH MBIM-NETWORK "1" "December 2019" "mbim-network 1.20.4" "User Commands" .SH NAME mbim-network \- Simple network management of MBIM devices .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/man/mbimcli.1 new/libmbim-1.20.4/docs/man/mbimcli.1 --- old/libmbim-1.20.2/docs/man/mbimcli.1 2019-11-06 12:11:32.000000000 +0100 +++ new/libmbim-1.20.4/docs/man/mbimcli.1 2019-12-21 16:59:07.000000000 +0100 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH MBIMCLI "1" "November 2019" "mbimcli " "User Commands" +.TH MBIMCLI "1" "December 2019" "mbimcli " "User Commands" .SH NAME mbimcli \- Control MBIM devices .SH DESCRIPTION @@ -208,7 +208,7 @@ \fB\-V\fR, \fB\-\-version\fR Print version .PP -mbimcli 1.20.2 +mbimcli 1.20.4 Copyright \(co 2013\-2019 Aleksander Morgado License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl\-2.0.html> This is free software: you are free to change and redistribute it. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/MbimDevice.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/MbimDevice.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/MbimDevice.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/MbimDevice.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="MbimMessage.html" title="MbimMessage"> <link rel="next" href="MbimProxy.html" title="MbimProxy"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -39,8 +39,8 @@ <a name="MbimDevice.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -239,8 +239,8 @@ <a name="MbimDevice.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -1176,6 +1176,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/MbimMessage.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/MbimMessage.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/MbimMessage.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/MbimMessage.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="libmbim-glib-Command-IDs.html" title="Command IDs"> <link rel="next" href="MbimDevice.html" title="MbimDevice"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -36,8 +36,8 @@ <a name="MbimMessage.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -366,8 +366,8 @@ <a name="MbimMessage.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -1867,6 +1867,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/MbimProxy.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/MbimProxy.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/MbimProxy.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/MbimProxy.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="MbimDevice.html" title="MbimDevice"> <link rel="next" href="libmbim-glib-Enumerations-and-Flags.html" title="Enumerations and Flags"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -37,8 +37,8 @@ <a name="MbimProxy.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -94,8 +94,8 @@ <a name="MbimProxy.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -233,6 +233,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/annotation-glossary.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/annotation-glossary.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/annotation-glossary.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/annotation-glossary.html 2019-12-21 16:59:10.000000000 +0100 @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="libmbim-glib Reference Manual"> <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -33,6 +33,6 @@ <dd class="glossdef"><p>Don't free data after the code is done.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/api-index-full.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/api-index-full.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/api-index-full.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/api-index-full.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="object-tree.html" title="Object Hierarchy"> <link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1857,6 +1857,6 @@ <dd></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch01.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch01.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch01.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch01.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="index.html" title="libmbim-glib Reference Manual"> <link rel="next" href="libmbim-glib-Version-checks.html" title="Version checks"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -53,6 +53,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch02.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch02.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch02.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch02.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-Common-utilities.html" title="Common utilities"> <link rel="next" href="libmbim-glib-Basic-Connect.html" title="Basic Connect"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -47,6 +47,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch03.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch03.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch03.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch03.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-DSS.html" title="DSS"> <link rel="next" href="libmbim-glib-Ms-Basic-Connect-Extensions.html" title="Ms Basic Connect Extensions"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,6 +35,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch04.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch04.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch04.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch04.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-MS-Host-Shutdown.html" title="MS Host Shutdown"> <link rel="next" href="libmbim-glib-QMI.html" title="QMI"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -27,6 +27,6 @@ </dt></dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch05.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch05.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch05.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch05.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-QMI.html" title="QMI"> <link rel="next" href="libmbim-glib-ATDS.html" title="ATDS"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -27,6 +27,6 @@ </dt></dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch06.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch06.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch06.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch06.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-ATDS.html" title="ATDS"> <link rel="next" href="libmbim-glib-Intel-Firmware-Update.html" title="Intel Firmware Update"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -27,6 +27,6 @@ </dt></dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch07.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch07.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/ch07.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/ch07.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-Intel-Firmware-Update.html" title="Intel Firmware Update"> <link rel="next" href="libmbim-glib-Deprecated-API.html" title="Deprecated API"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -27,6 +27,6 @@ </dt></dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/index.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/index.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/index.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/index.html 2019-12-21 16:59:10.000000000 +0100 @@ -6,7 +6,7 @@ <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="libmbim-glib Reference Manual"> <link rel="next" href="ch01.html" title="Core"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libmbim-glib Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for libmbim-glib 1.20.2 +<div><p class="releaseinfo">for libmbim-glib 1.20.4 </p></div> <div><p class="copyright">Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 The libmbim-glib authors</p></div> <div><div class="legalnotice"> @@ -130,6 +130,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-ATDS.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-ATDS.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-ATDS.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-ATDS.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch05.html" title="AT&T-defined services"> <link rel="prev" href="ch05.html" title="AT&T-defined services"> <link rel="next" href="ch06.html" title="Intel-defined Services"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-ATDS.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -142,8 +142,8 @@ <a name="libmbim-glib-ATDS.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody><tr> <td class="datatype_keyword"> </td> @@ -713,6 +713,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Auth.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Auth.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Auth.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Auth.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="libmbim-glib-USSD.html" title="USSD"> <link rel="next" href="libmbim-glib-Phonebook.html" title="Phonebook"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Auth.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -450,6 +450,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Basic-Connect.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Basic-Connect.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Basic-Connect.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Basic-Connect.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="ch02.html" title="Generic Services"> <link rel="next" href="libmbim-glib-SMS.html" title="SMS"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Basic-Connect.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -662,8 +662,8 @@ <a name="libmbim-glib-Basic-Connect.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -4767,6 +4767,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Command-IDs.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Command-IDs.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Command-IDs.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Command-IDs.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="libmbim-glib-UUIDs.html" title="UUIDs"> <link rel="next" href="MbimMessage.html" title="MbimMessage"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -36,8 +36,8 @@ <a name="libmbim-glib-Command-IDs.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -176,8 +176,8 @@ <a name="libmbim-glib-Command-IDs.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -1551,6 +1551,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Common-utilities.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Common-utilities.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Common-utilities.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Common-utilities.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="libmbim-glib-Errors.html" title="Errors"> <link rel="next" href="ch02.html" title="Generic Services"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Common-utilities.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -100,6 +100,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-DSS.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-DSS.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-DSS.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-DSS.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="libmbim-glib-STK.html" title="STK"> <link rel="next" href="ch03.html" title="Microsoft-defined services"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-DSS.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -147,6 +147,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Deprecated-API.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Deprecated-API.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Deprecated-API.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Deprecated-API.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch07.html" title="Compatibility"> <link rel="prev" href="ch07.html" title="Compatibility"> <link rel="next" href="object-tree.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Deprecated-API.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -62,8 +62,8 @@ <a name="libmbim-glib-Deprecated-API.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -206,6 +206,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Enumerations-and-Flags.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Enumerations-and-Flags.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Enumerations-and-Flags.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Enumerations-and-Flags.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="MbimProxy.html" title="MbimProxy"> <link rel="next" href="libmbim-glib-Errors.html" title="Errors"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -36,8 +36,8 @@ <a name="libmbim-glib-Enumerations-and-Flags.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -440,8 +440,8 @@ <a name="libmbim-glib-Enumerations-and-Flags.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -5130,6 +5130,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Errors.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Errors.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Errors.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Errors.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="libmbim-glib-Enumerations-and-Flags.html" title="Enumerations and Flags"> <link rel="next" href="libmbim-glib-Common-utilities.html" title="Common utilities"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -36,8 +36,8 @@ <a name="libmbim-glib-Errors.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -68,8 +68,8 @@ <a name="libmbim-glib-Errors.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -660,6 +660,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Intel-Firmware-Update.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Intel-Firmware-Update.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Intel-Firmware-Update.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Intel-Firmware-Update.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch06.html" title="Intel-defined Services"> <link rel="prev" href="ch06.html" title="Intel-defined Services"> <link rel="next" href="ch07.html" title="Compatibility"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Intel-Firmware-Update.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody><tr> <td class="function_type"> @@ -82,6 +82,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-MS-Firmware-ID.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-MS-Firmware-ID.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-MS-Firmware-ID.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-MS-Firmware-ID.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Microsoft-defined services"> <link rel="prev" href="libmbim-glib-Ms-Basic-Connect-Extensions.html" title="Ms Basic Connect Extensions"> <link rel="next" href="libmbim-glib-MS-Host-Shutdown.html" title="MS Host Shutdown"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-MS-Firmware-ID.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -135,6 +135,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-MS-Host-Shutdown.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-MS-Host-Shutdown.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-MS-Host-Shutdown.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-MS-Host-Shutdown.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Microsoft-defined services"> <link rel="prev" href="libmbim-glib-MS-Firmware-ID.html" title="MS Firmware ID"> <link rel="next" href="ch04.html" title="Qualcomm-defined services"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-MS-Host-Shutdown.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody><tr> <td class="function_type"> @@ -82,6 +82,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Ms-Basic-Connect-Extensions.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Ms-Basic-Connect-Extensions.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Ms-Basic-Connect-Extensions.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Ms-Basic-Connect-Extensions.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch03.html" title="Microsoft-defined services"> <link rel="prev" href="ch03.html" title="Microsoft-defined services"> <link rel="next" href="libmbim-glib-MS-Firmware-ID.html" title="MS Firmware ID"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Ms-Basic-Connect-Extensions.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -150,8 +150,8 @@ <a name="libmbim-glib-Ms-Basic-Connect-Extensions.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -816,6 +816,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Phonebook.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Phonebook.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Phonebook.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Phonebook.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="libmbim-glib-Auth.html" title="Auth"> <link rel="next" href="libmbim-glib-STK.html" title="STK"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Phonebook.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -126,8 +126,8 @@ <a name="libmbim-glib-Phonebook.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody><tr> <td class="datatype_keyword"> </td> @@ -614,6 +614,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-QMI.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-QMI.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-QMI.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-QMI.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch04.html" title="Qualcomm-defined services"> <link rel="prev" href="ch04.html" title="Qualcomm-defined services"> <link rel="next" href="ch05.html" title="AT&T-defined services"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-QMI.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -210,6 +210,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-SMS.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-SMS.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-SMS.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-SMS.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="libmbim-glib-Basic-Connect.html" title="Basic Connect"> <link rel="next" href="libmbim-glib-USSD.html" title="USSD"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-SMS.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -182,8 +182,8 @@ <a name="libmbim-glib-SMS.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -1089,6 +1089,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-STK.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-STK.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-STK.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-STK.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="libmbim-glib-Phonebook.html" title="Phonebook"> <link rel="next" href="libmbim-glib-DSS.html" title="DSS"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-STK.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -483,6 +483,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-USSD.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-USSD.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-USSD.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-USSD.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch02.html" title="Generic Services"> <link rel="prev" href="libmbim-glib-SMS.html" title="SMS"> <link rel="next" href="libmbim-glib-Auth.html" title="Auth"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-USSD.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -257,6 +257,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-UUIDs.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-UUIDs.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-UUIDs.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-UUIDs.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="libmbim-glib-Version-checks.html" title="Version checks"> <link rel="next" href="libmbim-glib-Command-IDs.html" title="Command IDs"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -36,8 +36,8 @@ <a name="libmbim-glib-UUIDs.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody> <tr> @@ -146,8 +146,8 @@ <a name="libmbim-glib-UUIDs.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -1033,6 +1033,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="Core"> <link rel="prev" href="ch01.html" title="Core"> <link rel="next" href="libmbim-glib-UUIDs.html" title="UUIDs"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,8 +35,8 @@ <a name="libmbim-glib-Version-checks.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> +<col width="150px" class="functions_proto_type"> +<col class="functions_proto_name"> </colgroup> <tbody><tr> <td class="define_keyword">#define</td> @@ -50,8 +50,8 @@ <a name="libmbim-glib-Version-checks.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> -<col width="150px" class="name"> -<col class="description"> +<col width="150px" class="other_proto_type"> +<col class="other_proto_name"> </colgroup> <tbody> <tr> @@ -132,7 +132,7 @@ <hr> <div class="refsect2"> <a name="MBIM-MICRO-VERSION:CAPS"></a><h3>MBIM_MICRO_VERSION</h3> -<pre class="programlisting">#define MBIM_MICRO_VERSION (2) +<pre class="programlisting">#define MBIM_MICRO_VERSION (4) </pre> <p>Evaluates to the micro version number of libmbim-glib which this source compiled against.</p> @@ -140,6 +140,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/html/object-tree.html new/libmbim-1.20.4/docs/reference/libmbim-glib/html/object-tree.html --- old/libmbim-1.20.2/docs/reference/libmbim-glib/html/object-tree.html 2019-11-06 12:13:40.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/html/object-tree.html 2019-12-21 16:59:10.000000000 +0100 @@ -8,7 +8,7 @@ <link rel="up" href="index.html" title="libmbim-glib Reference Manual"> <link rel="prev" href="libmbim-glib-Deprecated-API.html" title="Deprecated API"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.31 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -110,6 +110,6 @@ </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.31</div> +<hr>Generated by GTK-Doc V1.32</div> </body> </html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/docs/reference/libmbim-glib/version.xml new/libmbim-1.20.4/docs/reference/libmbim-glib/version.xml --- old/libmbim-1.20.2/docs/reference/libmbim-glib/version.xml 2019-11-06 12:11:17.000000000 +0100 +++ new/libmbim-1.20.4/docs/reference/libmbim-glib/version.xml 2019-12-21 16:58:46.000000000 +0100 @@ -1 +1 @@ -1.20.2 +1.20.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/m4/libtool.m4 new/libmbim-1.20.4/m4/libtool.m4 --- old/libmbim-1.20.2/m4/libtool.m4 2019-11-06 12:11:08.000000000 +0100 +++ new/libmbim-1.20.4/m4/libtool.m4 2019-12-21 16:58:37.000000000 +0100 @@ -728,7 +728,6 @@ cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/src/libmbim-glib/mbim-device.c new/libmbim-1.20.4/src/libmbim-glib/mbim-device.c --- old/libmbim-1.20.2/src/libmbim-glib/mbim-device.c 2019-11-06 12:05:53.000000000 +0100 +++ new/libmbim-1.20.4/src/libmbim-glib/mbim-device.c 2019-12-21 16:51:54.000000000 +0100 @@ -368,14 +368,18 @@ ctx = g_task_get_task_data (task); - ctx->wait_ctx = g_slice_new (TransactionWaitContext); - ctx->wait_ctx->self = self; - /* valid as long as the transaction is in the HT */ - ctx->wait_ctx->transaction_id = ctx->transaction_id; - ctx->wait_ctx->type = type; + /* When storing the transaction in the device, we have two options: either this + * is a completely new transaction, or this is a transaction that had already been + * previously stored (e.g. when waiting for more fragments). In the latter case, + * make sure we don't reset the wait context or the timeout. */ - /* don't add timeout if one already exists */ + /* don't add timeout and setup wait context if one already exists */ if (!ctx->timeout_source) { + g_assert (!ctx->wait_ctx); + ctx->wait_ctx = g_slice_new (TransactionWaitContext); + ctx->wait_ctx->self = self; + ctx->wait_ctx->transaction_id = ctx->transaction_id; + ctx->wait_ctx->type = type; ctx->timeout_source = g_timeout_source_new (timeout_ms); g_source_set_callback (ctx->timeout_source, (GSourceFunc)transaction_timed_out, ctx->wait_ctx, NULL); g_source_attach (ctx->timeout_source, g_main_context_get_thread_default ()); @@ -1377,6 +1381,7 @@ if (!response) { /* If we get reported that the state is unknown, try to close before open */ if (g_error_matches (error, MBIM_CORE_ERROR, MBIM_CORE_ERROR_UNKNOWN_STATE)) { + g_clear_error (&error); ctx->close_before_open = TRUE; ctx->step = DEVICE_OPEN_CONTEXT_STEP_CLOSE_MESSAGE; device_open_context_step (task); @@ -1385,7 +1390,7 @@ /* Check if we should be retrying after a timeout */ if (g_error_matches (error, MBIM_CORE_ERROR, MBIM_CORE_ERROR_TIMEOUT)) { - /* Retry same step */ + g_clear_error (&error); device_open_context_step (task); return; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/src/libmbim-glib/mbim-uuid.h new/libmbim-1.20.4/src/libmbim-glib/mbim-uuid.h --- old/libmbim-1.20.2/src/libmbim-glib/mbim-uuid.h 2019-03-27 14:26:00.000000000 +0100 +++ new/libmbim-1.20.4/src/libmbim-glib/mbim-uuid.h 2019-12-20 18:58:23.000000000 +0100 @@ -278,8 +278,6 @@ MBIM_CONTEXT_TYPE_LOCAL = 9, } MbimContextType; -const gchar *mbim_context_type_get_string (MbimContextType val); - /* To/From context type */ const MbimUuid *mbim_uuid_from_context_type (MbimContextType context_type); MbimContextType mbim_uuid_to_context_type (const MbimUuid *uuid); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.20.2/src/libmbim-glib/mbim-version.h new/libmbim-1.20.4/src/libmbim-glib/mbim-version.h --- old/libmbim-1.20.2/src/libmbim-glib/mbim-version.h 2019-11-06 12:11:17.000000000 +0100 +++ new/libmbim-1.20.4/src/libmbim-glib/mbim-version.h 2019-12-21 16:58:46.000000000 +0100 @@ -51,7 +51,7 @@ * Evaluates to the micro version number of libmbim-glib which this source * compiled against. */ -#define MBIM_MICRO_VERSION (2) +#define MBIM_MICRO_VERSION (4) /** * MBIM_CHECK_VERSION:
