summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-09-04 17:13:56 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-09-04 17:13:56 +0200
commit6c92f49369733add54cf17f0d8d22d636727ca52 (patch)
treec011be73e13fc58f7e678531a924a875269b6dff /NEWS
parentc3f70737d567a33e6ce4280105e2cbd5eb5f8b58 (diff)
downloadlibqmi-6c92f49369733add54cf17f0d8d22d636727ca52.tar.gz
build: update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 77395c07..9eeb4932 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Overview of changes in libqmi 1.6.0
+----------------------------------------
+
+This version comes with one small API break:
+* dms: 'SID' TLV in "Activate Manual" is a guint8, not a string
+
+Additional changes include:
+* Extended API with macros to check for the libqmi-glib version in use
+* Setup libtool versioning in libqmi-glib
+* Added initial support for the PBM (phonebook) service
+* Added initial support for the UIM service
+* Added initial support for the OMA (Open Mobile Alliance) service
+* nas: added "Get Tx Rx Info" request/response
+* wds: added "Get Packet Statistics" request/response
+* dms: added support for the 'PRL' TLV in "Activate Manual"
+* cli: add --nas-get-tx-rx-info
+* cli: add --wds-get-packet-statistics
+* cli: add --get-service-version-info
+* cli: add --uim-read-transparent
+* cli: add --uim-get-file-attributes
+* cli: fix following network status until disconnected
+* tests: use gtester to run unit tests
+* man: added qmicli manpage, autogenerated from --help-all
+* Also fixed several minor bugs and memory leaks
+
+
Overview of changes in libqmi 1.4.0
----------------------------------------