diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-12-11 08:05:25 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-12-11 08:09:34 +0100 |
commit | 9884e53b8f395f9c07598d2473192d991d214cd4 (patch) | |
tree | 2650dcc8c0bc29b2a124c16abf379f77ab374409 /NEWS | |
parent | 4d1113eaaf09ef89370ce8e240261f2c717bc793 (diff) | |
download | external_libqmi-9884e53b8f395f9c07598d2473192d991d214cd4.zip external_libqmi-9884e53b8f395f9c07598d2473192d991d214cd4.tar.gz external_libqmi-9884e53b8f395f9c07598d2473192d991d214cd4.tar.bz2 |
build: update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ + +Overview of changes in libqmi 1.8.0 +---------------------------------------- + +This version comes with one small API break: +* Enum value QMI_SERVICE_RMTFS is not 0x14, but 14. I doubt anyone has been hit + by this issue, anyway. + +Additional changes include: +* Support for sharing the QMI port through multiple processes with the new + 'qmi-proxy' infrastructure. +* api: added new known service ID enumeration values +* wds: added "Get Profile List" request/response +* wds: added "Get Profile Settings" request/response +* wds: added "Get Default Settings" request/response +* cli: add --wds-get-profile-list +* cli: add --wds-get-default-settings +* man: added qmi-network manpage, autogenerated from --help-all + + Overview of changes in libqmi 1.6.0 ---------------------------------------- |