summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-07-12 11:43:45 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-07-12 12:19:20 +0200
commitec1029922b9174dab3e7e53addaba829559e886e (patch)
treeb9747cc6f908c0a4874a85dee37839494fc1eb2c
parent34a109adb7a1246d91a884c8b734034a3c61172a (diff)
NEWS: update for 1.16.8
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f7dde983..7c6945ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
+ModemManager 1.16.8
+-------------------------------------------
+
+ * MBIM:
+ ** Fixed wrong session id management when multiple bearers are created.
+
+ * Modem interface:
+ ** Fixed the enabling operation on multiple plugins that don't have explicit
+ power up/down operations.
+
+ * libmm-glib:
+ ** Modem interface: added missing input argument checks.
+ ** Messaging interface: fixed get_supported_storages() handling when it's
+ called several consecutive times.
+ ** 3GPP interface: fixed initial EPS bearer settings property updates.
+
+ * plugins:
+ ** cinterion: fixed double free when loading initial EPS context.
+
+ * udev:
+ ** Explicitly ignore "FIREHOSE" WWAN ports.
+ ** Add support to match WWAN type via sysfs attributes.
+
+ * Several other minor improvements and fixes.
+
ModemManager 1.16.6
-------------------------------------------