From 6df950bf8578fcb69e05882b156cac0703e78cb1963cb6412fef59c0457d9f85 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 May 2020 08:53:19 +0000 Subject: [PATCH] Accepting request 802240 from home:mnhauke - Update to version 1.24.12: * libqmi-glib: - Skip UTF-8 validation on 0xFF suffix that may happen in fixed sized strings (e.g. 2-digit MNC value in 3-byte fixed sized field). - Explicitly allow CR and LF as valid characters in strings (e.g. when given in NMEA trace indications). * qmi-proxy: - Fix loss of last requests on client hangup. - Fix missing indication/removal signal handling in clients. - Fix forwarding of broadcast indications to all clients. * Several other minor improvements and fixes. OBS-URL: https://build.opensuse.org/request/show/802240 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=33 --- libqmi-1.24.10.tar.xz | 3 --- libqmi-1.24.12.tar.xz | 3 +++ libqmi.changes | 16 ++++++++++++++++ libqmi.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 libqmi-1.24.10.tar.xz create mode 100644 libqmi-1.24.12.tar.xz diff --git a/libqmi-1.24.10.tar.xz b/libqmi-1.24.10.tar.xz deleted file mode 100644 index a446865..0000000 --- a/libqmi-1.24.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2121243b5da8bcffc8f6f5ca0d7217498f94fffd115883763282c68f255fde7 -size 994864 diff --git a/libqmi-1.24.12.tar.xz b/libqmi-1.24.12.tar.xz new file mode 100644 index 0000000..dcdbb07 --- /dev/null +++ b/libqmi-1.24.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3b91a2b8a882b17b16403c9ef7bdce522db4f0ceaa3e4dff76033885428b69 +size 1009704 diff --git a/libqmi.changes b/libqmi.changes index 86f3072..ebc9914 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat May 9 12:29:42 UTC 2020 - Martin Hauke + +- Update to version 1.24.12: + * libqmi-glib: + - Skip UTF-8 validation on 0xFF suffix that may happen in + fixed sized strings (e.g. 2-digit MNC value in 3-byte fixed + sized field). + - Explicitly allow CR and LF as valid characters in strings + (e.g. when given in NMEA trace indications). + * qmi-proxy: + - Fix loss of last requests on client hangup. + - Fix missing indication/removal signal handling in clients. + - Fix forwarding of broadcast indications to all clients. + * Several other minor improvements and fixes. + ------------------------------------------------------------------- Fri Apr 10 17:46:50 UTC 2020 - Martin Hauke diff --git a/libqmi.spec b/libqmi.spec index f8ec807..43a26b2 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -20,7 +20,7 @@ %define _soname libqmi-glib5 Name: libqmi -Version: 1.24.10 +Version: 1.24.12 Release: 0 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+ Summary: Library to control QMI devices