summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-12-11 08:05:25 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-12-11 08:09:34 +0100
commit9884e53b8f395f9c07598d2473192d991d214cd4 (patch)
tree2650dcc8c0bc29b2a124c16abf379f77ab374409 /NEWS
parent4d1113eaaf09ef89370ce8e240261f2c717bc793 (diff)
downloadlibqmi-9884e53b8f395f9c07598d2473192d991d214cd4.tar.gz
build: update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9eeb4932..9a111423 100644
--- a/NEWS
+++ b/NEWS
@@ -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
----------------------------------------