diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-08-12 14:52:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-08-12 14:52:48 +0200 |
commit | 12d73703994cfbdb51a9ea364aeaf06e98cb1b05 (patch) | |
tree | 1547310b9724edfe709b0b20248325377944f66e | |
parent | 9bc29b59d3c873e39a4bca6981df8bd4b7bc3247 (diff) |
NEWS: update for 1.20.2
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,4 +1,21 @@ +Overview of changes in libqmi 1.20.2 +---------------------------------------- + + * qmicli: + ** Exit on --wds-start-network parse errors. + ** Fix reading current technology in --wds-get-data-bearer-technology. + ** Remove implicity casts to GDestroyNotify in g_clear_pointer(). + + * qmi-firmware-update: + ** Fix --ignore-version-errors. + ** Fix byte counts in error message. + + * libqmi-glib: + ** dms: factory settings related operations since 1.0 + ** Avoid closing same file descriptor twice. + ** Don't leak the inner MbimDevice if MBIM_QMUX_ENABLED. + Overview of changes in libqmi 1.20.0 ---------------------------------------- |