diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-04 17:13:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-09-04 17:13:56 +0200 |
commit | 6c92f49369733add54cf17f0d8d22d636727ca52 (patch) | |
tree | c011be73e13fc58f7e678531a924a875269b6dff /NEWS | |
parent | c3f70737d567a33e6ce4280105e2cbd5eb5f8b58 (diff) | |
download | external_libqmi-6c92f49369733add54cf17f0d8d22d636727ca52.zip external_libqmi-6c92f49369733add54cf17f0d8d22d636727ca52.tar.gz external_libqmi-6c92f49369733add54cf17f0d8d22d636727ca52.tar.bz2 |
build: update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 ---------------------------------------- |