summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-01-08 13:38:00 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-01-08 13:51:41 +0100
commit9d1e55f989408d2fe0159162affceaea7a504550 (patch)
tree89ca2f53c65ce2763eec63bddfc8616369e6921e /NEWS
parenta68d54ba609c2bd34f9a8be05a814a9414ca2bac (diff)
downloadlibmbim-9d1e55f989408d2fe0159162affceaea7a504550.tar.gz
NEWS: update for 1.18.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS41
1 files changed, 41 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c3663e..5d3f821 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,45 @@
+Overview of changes in libmbim 1.18
+----------------------------------------
+
+ * Build now looks for the correct python provider in the system during
+ configure.
+
+ * New Microsoft Basic Connect Extensions service, that includes new commands to
+ manage Protocol Configuration Operations (PCO) as well as LTE attach status
+ and settings.
+
+ * libmbim-glib:
+ ** Added support to fully print all message contents, including all fields,
+ when traces are enabled.
+ ** Added support for QMI indications over MBIM.
+ ** Added additional cause codes to MbimNwError.
+ ** Fixed signal emission in device, so that it's done before completing
+ transaction task.
+
+ * mbim-proxy:
+ ** Fixed the management of subscribed events, so that the lists are
+ maintained per-device.
+
+ * mbimcli:
+ ** New '--ms-query-pco' action.
+ ** New '--ms-query-lte-attach-configuration' action.
+ ** New '--ms-query-lte-attach-status' action.
+
+ * Several other minor improvements and fixes.
+
+The following features which were backported to 1.16.x releases are also present
+in libmbim 1.18.0:
+
+ * mbimcli:
+ ** Fix SNR reporting in --atds-query-signal output.
+ ** Longer timeout (60s) in --disconnect.
+ ** Add "ip-type" property to --connect
+
+ * libmbim-glib:
+ ** Fix printing message in Intel Firmware Update service.
+ ** Fix error reporting when unknown status.
+
Overview of changes in libmbim 1.16
----------------------------------------