SHA256
1
0
forked from pool/libmbim
Dominique Leuenberger 2016-07-20 11:46:34 +00:00 committed by Git OBS Bridge
parent 2c34503a91
commit e4717a98e4
2 changed files with 37 additions and 36 deletions

View File

@ -1,44 +1,44 @@
-------------------------------------------------------------------
Mon Jul 11 20:03:00 UTC 2016 - bruno@ioda-net.ch
- Update to libmbim 1.14
+ 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.
- 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).
- 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.
Longer timeouts for connect/register operations.
Report IP configuration when connected.
Allow specifying session ids.
+ libmbim-glib updates:
Probing retry interval increased to 5s.-
- Packaging:
+ Add mbimcli-bash-completion package
+ Use --with-udev flag
+ 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.
. Longer timeouts for connect/register operations.
. Report IP configuration when connected.
. Allow specifying session ids.
+ libmbim-glib updates: Probing retry interval increased to 5s.
- Split out mbimcli-bash-completion package, requiring and
supplementing bash-completion.
- Pass --with-udev to configure: new config parameter, but keeping
the old behavior (it was non-optional before).
-------------------------------------------------------------------
Fri Mar 18 15:03:56 UTC 2016 - zaitor@opensuse.org

View File

@ -103,6 +103,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%{_libdir}/pkgconfig/mbim-glib.pc
%files -n mbimcli-bash-completion
%defattr(-,root,root)
%{_datadir}/bash-completion/completions/mbimcli
%changelog