summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------------------------------------