mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
Release 1.20
This commit is contained in:
parent
af30466867
commit
88c786093b
@ -1,3 +1,8 @@
|
|||||||
|
ver 1.20:
|
||||||
|
Fix issue with handling Hotspot 2.0 requirements.
|
||||||
|
Add support for evict_nocarrier setting during roaming.
|
||||||
|
Add support for experimental NetworkConfigurationAgent API.
|
||||||
|
|
||||||
ver 1.19:
|
ver 1.19:
|
||||||
Fix issue with handling OCV if offloading is supported.
|
Fix issue with handling OCV if offloading is supported.
|
||||||
Fix issue with handling SA Query on channel switch event.
|
Fix issue with handling SA Query on channel switch event.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 1.19)
|
AC_INIT(iwd, 1.20)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user