summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-01-20 14:46:52 +0100
committerAleksander Morgado <aleksander@aleksander.es>2018-01-20 15:19:44 +0100
commit597bb532ce91d6e41257936e234704de18f21b22 (patch)
tree87d3d67fc21af3da457e542d2688b5211851d6d0 /NEWS
parent8181290abe58c90cdf0b82dedd5de78420388a5c (diff)
NEWS: update for 1.20.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d8c949..1d7c87e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,48 @@
+Overview of changes in libqmi 1.20.0
+----------------------------------------
+
+ * New services:
+ ** loc: new "LOC" (location) service, which e.g. allows controlling GPS
+ devices in newer modules that don't implement the PDS service. Just some
+ very basic implementation for now.
+
+ * New request/responses:
+ ** nas: new "Attach/Detach" request/response messages.
+ ** wds: new "Get Channel Rates" request/response messages.
+ ** dms: new 'Swi Get/Set USB Composition' request/response messages.
+
+ * New TLVs supported in existing messages:
+ ** nas: new 'Extended LTE Band Preference' TLV in "Set/Get SSP".
+ ** dms: new 'Extended LTE Band Capability' TLV in "Get Band Capabilities".
+
+ * libqmi:
+ ** New 'QMI_DEVICE_SIGNAL_REMOVED' signal in the QmiDevice object, propagated
+ through the qmi-proxy.
+ ** New 'QMI_CLIENT_VALID' property in the QmiClient that allows detecting
+ whether the underlying QmiDevice is usable or not.
+ ** Defined additional LTE bands.
+
+ * qmicli:
+ ** New '--wds-set-ip-family' command.
+ ** New '--wds-get-channel-rates' command.
+ ** New '--uim-read-record' command.
+ ** New '--dms-swi-get-usb-composition' and '--dms-swi-set-usb-composition'
+ commands.
+
+ * Several other minor improvements and fixes.
+
+The following features which were backported to 1.18.x releases are also present
+in libqmi 1.20.0:
+
+ * libqmi-glib:
+ ** Prefer realpath() to canonicalize_file_name().
+ ** Avoid signals sent to the qmi-proxy process.
+
+ * qmi-firmware-update:
+ ** Support USB3->USB2 mode changes during upgrade.
+
+
Overview of changes in libqmi 1.18.0
----------------------------------------