diff --git a/libqmi-1.24.14.tar.xz b/libqmi-1.24.14.tar.xz deleted file mode 100644 index 3ba172b..0000000 --- a/libqmi-1.24.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:208fe3e94dabe1d8117d1023d841737b6fe92aaff21ef8f35bbed15417ee507f -size 996332 diff --git a/libqmi-1.26.4.tar.xz b/libqmi-1.26.4.tar.xz new file mode 100644 index 0000000..0b3611e --- /dev/null +++ b/libqmi-1.26.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0adcb84ba452e3e13edeb3f94f7b003ea927b354bc187629e05efb333ce270b +size 1105468 diff --git a/libqmi.changes b/libqmi.changes index 2a8249c..4dd665a 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Wed Aug 26 19:20:02 UTC 2020 - Dirk Mueller + +- update to 1.26.4: + * Added new message collections support, so that users can select which + messages to include in the built library during configure with the + --enable-collection option. Three predefined sets are given: + ** minimal: the bare minimum messages required to control connectivity. + ** basic: all messages and indications that ModemManager requires. + ** full: all supported messages and indications. + Users can install custom collections under data/ and reference them in + the same way as the predefined sets. E.g. installing a new + data/qmi-collection-custom.json set can be enabled during configure with + --enable-collection=custom. + * Added new GObject Introspection support in the library + * Implemented new QRTR backend support, disabled by default. This new backend + allows to perform QMI operations on systems with the Qualcomm IPC router + * Added 5GNR radio access technology support, with new enum values in both the + DMS and NAS services. + * New services: + ** New 'GMS' (Telit General Modem Service) service, for now just implementing + basic test get/set value commands. + ** New 'DSD' (Data System Determination) service, implementing methods to get + and set default bearer APN settings. + * New request/response/indications: + ** dms: implement "Get MAC Address" request/response. + ** dms: renamed "Dell Get Firmware Version" to "Foxconn Get Firmware Version" + as the command applies not only to the Dell-branded variant, but also to + the generic Foxconn-branded models. The old APIs are kept available but + flagged as deprecated. + ** loc: implement "Set NMEA Types" request/response. + ** loc: implement "Get NMEA Types" request/response. + ** uim: implement "Switch Slot" request/response. + ** uim: implement "Get Slot Status" request/response. + ** uim: implement "Slot Status" indication. + ** voice: implement "Indication Register" request/response. + ** voice: implement "Originate USSD" request/response. + ** voice: implement "Answer USSD" request/response. + ** voice: implement "Cancel USSD" request/response. + ** voice: implement "Release USSD" request/response. + ** voice: implement "USSD" indication. + ** voice: implement "Originate USSD No Wait" request/response. + ** voice: implement "Originate USSD No Wait" indication. + * New TLVs supported in existing messages: + ** nas: added 'Extended List' and 'Bandwidth List' in "Get RF Band + Information". + ** wda: added 'Endpoint Info' in "Get Data Format". + ------------------------------------------------------------------- Sat May 30 08:46:17 UTC 2020 - Martin Hauke diff --git a/libqmi.spec b/libqmi.spec index bd1aee3..130b0e8 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -20,7 +20,7 @@ %define _soname libqmi-glib5 Name: libqmi -Version: 1.24.14 +Version: 1.26.4 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