summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-10-19 12:02:27 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-10-19 12:12:50 +0200
commit8ec2fb58c8970e223d7825b3e4ee742c39ecad99 (patch)
treec697c98864c19af3d076c7970e1826aeac63d7ef
parentdcbe739627ff295d74134015bb2c2fb822ae5e9b (diff)
downloadModemManager-8ec2fb58c8970e223d7825b3e4ee742c39ecad99.tar.gz
NEWS: update for 1.6.10
-rw-r--r--NEWS51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7594f9f5c..6889be573 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,55 @@
+ModemManager 1.6.10
+-------------------------------------------
+This is a new bugfix release of ModemManager.
+
+Among other things fixed:
+
+ * Blacklist:
+ ** Ignored Silicon Labs USB Zigbee dongles.
+ ** Ignored Garmin ANT+ sticks.
+ ** Ignored Intel coredump downloader device.
+
+ * QMI:
+ ** Fixed potential user-after-free issues.
+ ** Fixed missing handler cleanups on network-initiated disconnects.
+
+ * MBIM:
+ ** Fix invalid session_id and nw_error reads.
+ ** Avoid calling mbim_message_unref() on NULL message.
+ ** Fixed invalid object access due to handlers not being removed correctly.
+ ** Ensure session is disconnected before trying to connect.
+ ** Fixed t crash when modem doesn't send gateways.
+
+ * udev:
+ ** Removed default ID_MM_PLATFORM_DRIVER_PROBE whitelist. Devices exposed
+ via the 'atmel_usart' driver aren't probed automatically any more.
+
+ * Core:
+ ** Fixed running init sequence after port flashing in disconnection.
+ ** Fixed "forbidden product strings" check in plugins.
+ ** Fixed multiple memory leaks and invalid memory read/writes.
+ ** Fixed multiple async operation completions in event handlers.
+ ** Fixed multiple potential NULL dereferences.
+ ** Fixed deadlock when trying to disconnect cancellable.
+ ** Fixed reporting TX/RX stats (numbers were swapped).
+ ** Ignored USB interface removal events.
+
+ * libmm-glib:
+ ** Fix NULL dereference on firmware unique_id checks.
+
+ * polkit:
+ ** Added missing Location interface method rules.
+
+ * Plugins:
+ ** MBM: set data port for Dell DW5560.
+ ** Simtech: fix error reporting in 3gpp unsolicited events enabling.
+ ** Fixed multiple memory leaks.
+
+ * systemd:
+ ** Drop After=syslog.target rule
+
+
ModemManager 1.6.8
-------------------------------------------
This is a new bugfix release of ModemManager.