tweak changelog

OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2021-12-21 08:41:41 +00:00 committed by Git OBS Bridge
parent b413ca9076
commit 8e91d995f4

View File

@ -1,25 +1,26 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 20 22:07:09 UTC 2021 - Dirk Müller <dmueller@suse.com> Mon Dec 20 22:07:09 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.26.2: - Update to version 1.26.2:
* The GUdev optional build/runtime requirement is now fully dropped, it's no + The GUdev optional build/runtime requirement is now fully
longer used. dropped, it's no longer used.
* Implemented new link management operations, exclusively for the cdc_mbim + Implemented new link management operations, exclusively for the
driver for now. These new operations allow creating or deleting VLAN network cdc_mbim driver for now. These new operations allow creating or
interfaces in order to run multiplexed data sessions over one single physical deleting VLAN network interfaces in order to run multiplexed
network interface. data sessions over one single physical network interface.
* Added support for the Microsoft-defined SAR service, including the following + Added support for the Microsoft-defined SAR service, including
operations: the following operations:
** MBIM_CID_MS_SAR_CONFIG - MBIM_CID_MS_SAR_CONFIG
** MBIM_CID_MS_SAR_TRANSMISSION_STATUS - MBIM_CID_MS_SAR_TRANSMISSION_STATUS
* libmbim-glib: + libmbim-glib:
** Logic updated to make sure full packets are written at once, instead of - Logic updated to make sure full packets are written at once,
writing them in chunks. instead of writing them in chunks.
** Updated the "LTE attach status" APIs in order to avoid creating unneeded - Updated the "LTE attach status" APIs in order to avoid
struct types in the interface. The older methods have been deprecated and creating unneeded struct types in the interface. The older
maintained in the library for compatibility purposes only. methods have been deprecated and maintained in the library
* Bugfixes for compatibility purposes only.
+ Bugfixes.
- Drop pkgconfig(gudev-1.0) BuildRequires: no longer used.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 22 18:02:46 UTC 2021 - Martin Hauke <mardnh@gmx.de> Fri Jan 22 18:02:46 UTC 2021 - Martin Hauke <mardnh@gmx.de>