mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 1.6
This commit is contained in:
parent
5a0d5de689
commit
ad97f4f945
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
ver 1.6:
|
||||
Fix issue with handling missing AP stop events.
|
||||
Fix issue with handling out-of-order disconnect events.
|
||||
Fix issue with handling missing auth/assoc support.
|
||||
Fix issue with handling omitted EAP-TLS-CACert.
|
||||
Fix issue with handling OWE PTK derivation.
|
||||
Add support for internal frame exchange API.
|
||||
Add support for MAC randomization and override.
|
||||
Add support for per-network MAC addresses.
|
||||
|
||||
ver 1.5:
|
||||
Fix issue with handling missing NEW_WIPHY events.
|
||||
Fix issue with interface creation and NEW_WIPHY events.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 1.5)
|
||||
AC_INIT(iwd, 1.6)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user