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,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
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
@ -10,35 +10,35 @@ Mon Jul 11 20:03:00 UTC 2016 - bruno@ioda-net.ch
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
profile.
- Added support to allow using the mbim-proxy setup by
configuring it in the profile file (PROXY=yes). 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 "key=value" . Updated '--connect' arguments to allow specifying
pairs. The old legacy "[(APN),(PAP|CHAP|MSCHAPV2),(Username) "key=value" pairs. The old legacy
,(Password)]" format is kept as valid for backwards "[(APN),(PAP|CHAP|MSCHAPV2),(Username),(Password)]" format
compatibility, although it should be assumed deprecated. is kept as valid for backwards compatibility, although it
Longer timeouts for connect/register operations. should be assumed deprecated.
Report IP configuration when connected. . Longer timeouts for connect/register operations.
Allow specifying session ids. . Report IP configuration when connected.
. Allow specifying session ids.
+ libmbim-glib updates: + libmbim-glib updates: Probing retry interval increased to 5s.
Probing retry interval increased to 5s.- - Split out mbimcli-bash-completion package, requiring and
supplementing bash-completion.
- Packaging: - Pass --with-udev to configure: new config parameter, but keeping
+ Add mbimcli-bash-completion package the old behavior (it was non-optional before).
+ 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

View File

@ -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