summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-02-12 11:08:44 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-02-12 11:08:44 +0100
commitba9798fdc6216dcd9c9fa6142050bad1594e93f1 (patch)
tree924e6f29f5664e474628ed14871bb03468de01c8
parentfc47fa7fa3f3529744e681953300f4b4bd10e5d1 (diff)
downloadModemManager-ba9798fdc6216dcd9c9fa6142050bad1594e93f1.tar.gz
NEWS: update for 1.12.6
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 754065f3f..a75c95808 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
+ModemManager 1.12.6
+-------------------------------------------
+This is a new bugfix release of ModemManager.
+
+The list of changes in this version includes:
+
+ * SIM:
+ ** Updated logic to avoid sending PIN/PUK to the SIM card when not required
+ (e.g. if already unlocked).
+
+ * Simple interface:
+ ** Avoid aborting connection if SIM-PUK2 locked, as PIN2/PUK2 doesn't
+ prevent us from getting connected.
+
+ * Location interface:
+ ** Fixed memory leak happening as soon as a position fix was obtained and
+ gps-raw location source was enabled.
+
+ * Core:
+ ** Fixed handling of 0x00 bytes at the end of GSM encoded strings.
+ ** Fixed cleaning up 'timed-out' signal on the serial port objects.
+ ** Fixed logic that closes MBIM ports during cleanup.
+
+ * Several other minor fixes and memory leak plugs.
+
+
ModemManager 1.12.4
-------------------------------------------
This is a new bugfix release of ModemManager.