diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-01-25 19:17:26 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-01-25 19:19:25 +0100 |
commit | 9b5957ae4a26a8273b72074c03d9eea188cceacc (patch) | |
tree | 46351715a97307ef86278d2afd99388c4cb09498 /NEWS | |
parent | 89c7b0fc54aaeb5c143bd4f89e66a7b10ff4c82a (diff) | |
download | external_libqmi-9b5957ae4a26a8273b72074c03d9eea188cceacc.zip external_libqmi-9b5957ae4a26a8273b72074c03d9eea188cceacc.tar.gz external_libqmi-9b5957ae4a26a8273b72074c03d9eea188cceacc.tar.bz2 |
nas: fix ECIO TLV field type (api break)
ECIO TLV (0x14) in the NAS Event Report Indication message is given as an
unsigned byte, representing negative 0.5dB increments.
This is an API break; added to NEWS already not to forget about it.
Also, version bump to 0.13.1 to flag the exact version in which the change
was introduced.
https://bugs.freedesktop.org/show_bug.cgi?id=85052
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ +Overview of changes in libqmi 1.14.0 +---------------------------------------- + +This version comes with one small API break: +* ECIO value type in "NAS Event Report Indication" is given as unsigned. + + Overview of changes in libqmi 1.12.0 ---------------------------------------- |