Accepting request 663838 from home:mnhauke

- Update to version 1.18.0
   + New Microsoft Basic Connect Extensions service, that includes
     new commands to manage Protocol Configuration Operations (PCO)
     as well as LTE attach status and settings.
   + libmbim-glib:
     . Added support to fully print all message contents, including
       all fields, when traces are enabled.
     . Added support for QMI indications over MBIM.
     . Added additional cause codes to MbimNwError.
     . Fixed signal emission in device, so that it's done before
       completing transaction task.
   + mbim-proxy:
     . Fixed the management of subscribed events, so that the lists are
       maintained per-device.
   + mbimcli:
     . New '--ms-query-pco' action.
     . New '--ms-query-lte-attach-configuration' action.
     . New '--ms-query-lte-attach-status' action.
   + Several other minor improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/663838
OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=34
This commit is contained in:
2019-01-08 21:34:43 +00:00
committed by Git OBS Bridge
parent 3c9424b2ca
commit fc89a5c57d
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Jan 8 20:40:43 UTC 2019 - mardnh@gmx.de
- Update to version 1.18.0
+ New Microsoft Basic Connect Extensions service, that includes
new commands to manage Protocol Configuration Operations (PCO)
as well as LTE attach status and settings.
+ libmbim-glib:
. Added support to fully print all message contents, including
all fields, when traces are enabled.
. Added support for QMI indications over MBIM.
. Added additional cause codes to MbimNwError.
. Fixed signal emission in device, so that it's done before
completing transaction task.
+ mbim-proxy:
. Fixed the management of subscribed events, so that the lists are
maintained per-device.
+ mbimcli:
. New '--ms-query-pco' action.
. New '--ms-query-lte-attach-configuration' action.
. New '--ms-query-lte-attach-status' action.
+ Several other minor improvements and fixes.
-------------------------------------------------------------------
Sat Aug 25 19:54:09 UTC 2018 - mardnh@gmx.de