summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-05-09 11:02:45 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-05-09 11:02:45 +0200
commitd3bca98ec81eb1409b4d15513ce1cd1383b0260c (patch)
treeb1aa844946a0b85b3efd7c64e02874d9f2c8accb
parent0c9211b0c58220c5a78e372ff734bd583eab4cc9 (diff)
downloadlibqmi-d3bca98ec81eb1409b4d15513ce1cd1383b0260c.tar.gz
NEWS: update for 1.24.12
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba71cdd5..bf867bce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
+Overview of changes in libqmi 1.24.12
+----------------------------------------
+
+ * libqmi-glib:
+ ** Skip UTF-8 validation on 0xFF suffix that may happen in fixed sized
+ strings (e.g. 2-digit MNC value in 3-byte fixed sized field).
+ ** Explicitly allow CR and LF as valid characters in strings (e.g. when
+ given in NMEA trace indications).
+
+ * qmi-proxy:
+ ** Fix loss of last requests on client hangup.
+ ** Fix missing indication/removal signal handling in clients.
+ ** Fix forwarding of broadcast indications to all clients.
+
+ * Several other minor improvements and fixes.
+
+
Overview of changes in libqmi 1.24.10
----------------------------------------