forked from pool/libmbim
tweak
OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=17
This commit is contained in:
parent
2c34503a91
commit
e4717a98e4
@ -1,44 +1,44 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 11 20:03:00 UTC 2016 - bruno@ioda-net.ch
|
Mon Jul 11 20:03:00 UTC 2016 - bruno@ioda-net.ch
|
||||||
|
|
||||||
- Update to libmbim 1.14
|
- Update to version 1.14.0:
|
||||||
+ New support for the 'QMI over MBIM' service, so that clients
|
+ New support for the 'QMI over MBIM' service, so that clients
|
||||||
can use libqmi to build messages and libmbim to transport them.
|
can use libqmi to build messages and libmbim to transport them.
|
||||||
+ The GUDev library, which we use to read the max message size
|
+ The GUDev library, which we use to read the max message size
|
||||||
from the USB descriptor, is now optional. When configuring, it
|
from the USB descriptor, is now optional. When configuring, it
|
||||||
will be used by default only if it's found. It can also be
|
will be used by default only if it's found. It can also be
|
||||||
explicitly disabled using the new configure switch
|
explicitly disabled using the new configure switch
|
||||||
'--without-udev' or explicitly enabled using '--with-udev'.
|
'--without-udev' or explicitly enabled using '--with-udev'.
|
||||||
If GUDev isn't used, libmbim-glib will rely on sysfs directly.
|
If GUDev isn't used, libmbim-glib will rely on sysfs directly.
|
||||||
+ libmbim-glib updates:
|
+ libmbim-glib updates: Added support for building messages of
|
||||||
Added support for building messages of custom services.
|
custom services.
|
||||||
+ mbim-network updates:
|
+ mbim-network updates:
|
||||||
Added support for loading profiles from different paths using
|
- Added support for loading profiles from different paths using
|
||||||
the new '--profile' option. This makes it possible to use
|
the new '--profile' option. This makes it possible to use
|
||||||
mbim-network with multiple devices running in the same system.
|
mbim-network with multiple devices running in the same
|
||||||
Added support to allow specifying APN user (APN_USER), password
|
system.
|
||||||
(APN_PASS) and authentication type (APN_AUTH) in the profile.
|
- Added support to allow specifying APN user (APN_USER),
|
||||||
Added support to allow using the mbim-proxy setup by
|
password (APN_PASS) and authentication type (APN_AUTH) in the
|
||||||
configuring it in the profile file (PROXY=yes).
|
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.
|
+ Several other minor improvements and fixes.
|
||||||
|
+ The following features which were backported to 1.12.x releases
|
||||||
The following features which were backported to 1.12.x releases
|
are also present in libmbim 1.14.0:
|
||||||
are also present in libmbim 1.14.0:
|
- mbimcli updates:
|
||||||
+ mbimcli updates:
|
. Updated '--connect' arguments to allow specifying
|
||||||
Updated '--connect' arguments to allow specifying "key=value"
|
"key=value" pairs. The old legacy
|
||||||
pairs. The old legacy "[(APN),(PAP|CHAP|MSCHAPV2),(Username)
|
"[(APN),(PAP|CHAP|MSCHAPV2),(Username),(Password)]" format
|
||||||
,(Password)]" format is kept as valid for backwards
|
is kept as valid for backwards compatibility, although it
|
||||||
compatibility, although it should be assumed deprecated.
|
should be assumed deprecated.
|
||||||
Longer timeouts for connect/register operations.
|
. Longer timeouts for connect/register operations.
|
||||||
Report IP configuration when connected.
|
. Report IP configuration when connected.
|
||||||
Allow specifying session ids.
|
. Allow specifying session ids.
|
||||||
|
+ libmbim-glib updates: Probing retry interval increased to 5s.
|
||||||
+ libmbim-glib updates:
|
- Split out mbimcli-bash-completion package, requiring and
|
||||||
Probing retry interval increased to 5s.-
|
supplementing bash-completion.
|
||||||
|
- Pass --with-udev to configure: new config parameter, but keeping
|
||||||
- Packaging:
|
the old behavior (it was non-optional before).
|
||||||
+ Add mbimcli-bash-completion package
|
|
||||||
+ Use --with-udev flag
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 18 15:03:56 UTC 2016 - zaitor@opensuse.org
|
Fri Mar 18 15:03:56 UTC 2016 - zaitor@opensuse.org
|
||||||
|
@ -103,6 +103,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
|||||||
%{_libdir}/pkgconfig/mbim-glib.pc
|
%{_libdir}/pkgconfig/mbim-glib.pc
|
||||||
|
|
||||||
%files -n mbimcli-bash-completion
|
%files -n mbimcli-bash-completion
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_datadir}/bash-completion/completions/mbimcli
|
%{_datadir}/bash-completion/completions/mbimcli
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user