diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-09 11:02:45 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-09 11:02:45 +0200 |
commit | d3bca98ec81eb1409b4d15513ce1cd1383b0260c (patch) | |
tree | b1aa844946a0b85b3efd7c64e02874d9f2c8accb | |
parent | 0c9211b0c58220c5a78e372ff734bd583eab4cc9 (diff) |
NEWS: update for 1.24.12
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 ---------------------------------------- |