Revisions of libmbim_BR

unknown committed (revision 7)
project was undeleted
Axel Köllhofer's avatar Axel Köllhofer (Akoellh) committed (revision 6)
- Modernize spec-file by calling spec-cleaner

- 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.
Axel Köllhofer's avatar Axel Köllhofer (Akoellh) committed (revision 5)
- Enable tests
- Do not rely on env for python during build
- Run spec-cleaner

- Update to version 1.14.2:
  + libmbim-glib:
    - Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag.
    - Fixed G_DEPRECATED_FOR annotations.
  + mbim-proxy:
    - Fixed segfault when device goes away while being opened.
    - Avoid receiving signals from the parent process.
  + mbimcli:
    - Fix second ctrl+c handling.
    - Add cancellability to the query-ip-configuration action.
  + mbim-network: Fix bashisms.
  + Several other minor improvements and fixes.
- Drop libmbim-plug-mem-leak.patch: Fixed upstream.

- Add libmbim-plug-mem-leak.patch: libmbim-glib: device: Plug
  memory leak in open timeout, patch from upstream stable git.
      the new '--profile' option. This makes it possible to use

- Update to GNOME 3.20 -- Fate#318572.
Axel Köllhofer's avatar Axel Köllhofer (Akoellh) committed (revision 4)
- Update to version 1.14.0:
  + New support for the 'QMI over MBIM' service, so that clients
    can use libqmi to build messages and libmbim to transport them.
  + The GUDev library, which we use to read the max message size
    from the USB descriptor, is now optional. When configuring, it
    will be used by default only if it's found. It can also be
    explicitly disabled using the new configure  switch
    '--without-udev' or explicitly enabled using '--with-udev'.
    If GUDev isn't used, libmbim-glib will rely on sysfs directly.
  + libmbim-glib updates: Added support for building messages of
    custom services.
  + mbim-network updates:
    - Added support for loading profiles from different paths using
      the new '--profile' option. This makes it possible to use 
      mbim-network with multiple devices running in the same
      system.
    - Added support to allow specifying APN user (APN_USER),
      password (APN_PASS) and authentication type (APN_AUTH) in the
      profile.
    - Added support to allow using the mbim-proxy setup by
      configuring it in the profile file (PROXY=yes).
  + Several other minor improvements and fixes.
  + The following features which were backported to 1.12.x releases
    are also present in libmbim 1.14.0:
    - mbimcli updates:
      . Updated '--connect' arguments to allow specifying
        "key=value" pairs. The old legacy
        "[(APN),(PAP|CHAP|MSCHAPV2),(Username),(Password)]" format
        is kept as valid for backwards compatibility, although it
        should be assumed deprecated.
Axel Köllhofer's avatar Axel Köllhofer (Akoellh) committed (revision 3)
- Update to version 1.12.2:
  + Fix assertion triggered by a bug in the removal of unreleased
    transactions.

- Update to version 1.12.0:
  + New `--enable-mbim-username' option during configure, which
    allows specifying which will be the user owning the
    /dev/cdc-wdm character devices of all MBIM modems (udev rules
    are installed to change file ownership). If this option is
    used, the mbim-proxy will only allow connections from processes
    running by the specified user or by the root user.
  + Function error messages can now be returned by the MbimDevice
    as responses to `Command', `Open' or `Close' messages. Users of
    the library should not assume the type of message returned to
    the previous actions.
  + The MbimProxy will monitor for 'NotOpened' errors, and when one
    detected it will directly close the internal MbimDevice. Any
    subsequent request sent by clients to that specific device will
    be aborted with a proxy-generated 'NotOpened' error. Clients
    will need to explicitly reopen the ports in that case.
  + The API now has a new mbim_message_response_get_result() method
    which allows getting a GError from a message which may be of a
    specific type (e.g. a `Command Done' message in response to a
    `Command' request) or instead the generic `Function Error'
    message type. Users of the library can use this new method to
    avoid assuming the type of message returned.
  + Other bugfixes and minor improvements:
    - Attach timeout and idle events to the thread-default context.
    - Fix bashisms in the mbim-network script.
- Drop libmbim-1.10.0-fix-bashisms.patch: fixed upstream.
Axel Köllhofer's avatar Axel Köllhofer (Akoellh) committed (revision 2)
Axel Köllhofer's avatar Axel Köllhofer (Akoellh) committed (revision 1)
- Update to version 1.10.0:
  + API break: Flag values in 'MbimRegistrationFlag' were updated
    to match the ones in the MBIM documentation.
  + Implemented a new 'mbim-proxy', which allows sharing a single
    MBIM control port among different processes. The usage of the
    proxy is optional, and can be requested by specifying the
    MBIM_DEVICE_OPEN_FLAGS_PROXY flag in the new
    mbim_device_open_full() method. The 'mbimcli' command line tool
    was also extended with a new '--device-open-proxy,-p' option,
    to allow requesting the use of the proxy process.
  + New 'removed' signal added to the MbimDevice, to notify when
    the underlying connection to the device is lost (e.g. lost
    connection to the mbim-proxy, or lost access to the MBIM
    control port).
  + Added support for registering and using custom services.
  + Added additional GMM cause codes to MbimNwError.
  + Transactions are now matched not only by ID but also by type.
  + Several other minor improvements and fixes.
- Changes from version 1.8.0:
  + Added support for additional MBIM messages:
    - MBIM_CID_MS_FIRMWARE_ID_GET
    - MBIM_CID_MS_HOST_SHUTDOWN_NOTIFY
  + Updated mbimcli with new commands:
    - --set-radio-state
    - --ms-query-firmware-id
    - --ms-notify-host-shutdown
    - --dss-connect
    - --dss-disconnect
  + Several enums and functions were renamed, and marked as
    deprecated. A small layer is given to provide backwards
Displaying all 7 revisions
openSUSE Build Service is sponsored by