SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mbimcli-bash-completion-1.26.4-1.3.x86_64.rpm :

* Sun May 29 2022 Dirk Müller - update to 1.26.4:
* meson: force building doc on normal builds, not only during install.
* meson: fix \'export_packages\' in GIR setup.
* compat: deprecate the MbimLteAttachStatus type.
* net-port-manager: use unaligned netlink attribute length.
* include MBIM proxy control service in docs.
* codegen: add section doc for each service.
* utils: add missing short description in section.
* compat: add missing MbimLteAttachStatus doc.
* device: add missing mbim_device_list_links() doc.
* device: fix MbimDevice \'device-in-session\' property doc.
* version: add missing MBIM_CHECK_VERSION() documentation.
* device: fix wrong reference to QmiDevice
* Several other minor improvements and fixes.
* Mon Dec 20 2021 Dirk Müller - Update to version 1.26.2: + The GUdev optional build/runtime requirement is now fully dropped, it\'s no longer used. + Implemented new link management operations, exclusively for the cdc_mbim driver for now. These new operations allow creating or deleting VLAN network interfaces in order to run multiplexed data sessions over one single physical network interface. + Added support for the Microsoft-defined SAR service, including the following operations: - MBIM_CID_MS_SAR_CONFIG - MBIM_CID_MS_SAR_TRANSMISSION_STATUS + libmbim-glib: - Logic updated to make sure full packets are written at once, instead of writing them in chunks. - Updated the \"LTE attach status\" APIs in order to avoid creating unneeded struct types in the interface. The older methods have been deprecated and maintained in the library for compatibility purposes only. + Bugfixes.- Drop pkgconfig(gudev-1.0) BuildRequires: no longer used.
* Fri Jan 22 2021 Martin Hauke - Update to version 1.24.6:
* libmbim-glib,device: + Fixed a GSource use after free. + Avoid g_file_test() on NULL path. + Don\'t warn if descriptors file cannot be read.
* Several other minor improvements and fixes.
* Fri Oct 02 2020 Martin Hauke - Update to version 1.24.4:
* libmbim-glib,device: + Added new mbim_device_get_transaction_id() to retrieve the transaction id currently being used.
* libmbim-glib,proxy: + Fixed the transaction id used in fragments of the same request. + Avoid creating device context when it\'s already being untracked. + Fixed double GError free.
* mbimcli: + Fixed missing EOL in error string when closing device.
* Wed Aug 19 2020 Dominique Leuenberger - Upate to version 1.24.2: + libmbim-glib: - Fixed several issues in the logic that merges the service subscribe list. - Improved message reading logic to skip malformed MBIM messages (e.g. AT URCs emitted wrongly in the MBIM port by some Cinterion modules).
* Fri Jun 19 2020 Martin Hauke - Update to version 1.24
* Build now requires GLib/GObject/GIO 2.48.
* Added new GObject Introspection support in the library, that can be explicitly requested during configure with - -enable-introspection=yes. With the new introspection support, the libmbim-glib library can now be used directly from e.g. python programs, as in the example included with the release.
* Added release version information to all the types and methods of the public library API, and added new per-version indices in the documentation.
* Added g_autoptr() support to all public types.
* Several other minor improvements and fixes.- Introduce subpackage for Introspection bindings
* Wed Jan 15 2020 Martin Hauke - Update to version 1.22.0 + libmbim-glib: Message parsing logic improved to avoid reading fields out of bounds, e.g. if the messages sent by the modem are malformed or not in line with the specs. + Several other minor improvements and fixes.
* Sat Jan 04 2020 Stefan Brüns - Only require python3-base package for building instead of full python3 package.
* Sat Dec 21 2019 Martin Hauke - Update to version 1.20.4: + libmbim-glib: - Fixed memleak when processing responses with multiple fragments. - Fixed memleak when processing failed Open operations. - Removed redundant method declaration in UUID header.
* Wed Nov 06 2019 Martin Hauke - Update to version 1.20.2: + mbim-proxy: - Fixed device control port management when using symlinks. + libmbim-glib: - Fixed handling of fragmented indication messages. + Several other minor improvements and fixes.
* Sat Sep 14 2019 Bjørn Lie - Update to version 1.20.0: + Build updated with several fixes: - Explicitly define max allowed GLib version. - Fix issues with -Werror=type-limits. - Made compiler warning options compatible with clang. + mbim-proxy: - Fixed client subscription to service indications using wildcard. - Fixed client subscription update logic when services/cids are being removed. - New \'--empty-timeout=[SECS}\' option to specify the empty lifetime duration. - New \'--no-exit\' option to avoid the proxy from exiting. + Several other minor improvements and fixes.- Drop libmbim-fix-build-commits.patch: Fixed upstream. Follwing this, drop libtool BuildRequires and autoreconf call.
* Mon Sep 02 2019 Bjørn Lie - Add libmbim-fix-build-commits.patch: Fix build with new glib2.- Follwing the above patch, add libtool BuildRequires and pass autoreconf as the patch touches the buildsystem.- Use modern macros and url\'s.
* Sun Apr 14 2019 Martin Hauke - Update to version 1.18.2: + mbim-proxy: Increased empty lifetime to 300s.- Fix wording in the package summary.
* Tue Jan 08 2019 mardnhAATTgmx.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 2018 mardnhAATTgmx.de- Update to version 1.16.2: + mbimcli: - Fix SNR reporting in --atds-query-signal output. - Longer timeout (60s) in --disconnect. - Add \"ip-type\" property to --connect. + libmbim-glib: - Fix printing message in Intel Firmware Update service. - Fix error reporting when unknown status.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Mon Jan 22 2018 luc14n0AATTlinuxmail.org- Update to version 1.16.0: + All the code base was ported to use the GTask based asynchronous operations support instead of the deprecated GSimpleAsyncResult. + New support for AT&T Device Service and Intel Firmware Update Service. + libmbim-glib: - Added: . MBIM_STATUS_ERROR_CONTEXT_NOT_SUPPORTED to MbimStatusError. . Support to detect already open MBIM channels on the Sierra Wireless EM7345. - Avoid using iconv() directly for the UTF-16BE conversions, which makes it possible to use libmbim on systems with a stub iconv() implementation. - Prefer realpath() to canonicalize_file_name(). - Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag. + mbimcli: - New: --query-ip-packet-filters, --query-pin-list action, - -atds-query-signal, --atds-query-location and - -intel-modem-reboot actions. - Add cancellability to the query-ip-configuration action. + mbim-proxy: Avoid receiving signals from the parent process.- Add pkgconfig(gio-unix-2.0) BuildRequires: it was being pulled by another pkgconfig module that live in glib2-devel package and used already.
 
ICM