mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.7
This commit is contained in:
parent
ddbc49538e
commit
3200936048
@ -1,3 +1,12 @@
|
||||
ver 0.7:
|
||||
Fix issue with hard coded peer address and SAE networks.
|
||||
Fix issue with raw passphrase requirement and SAE networks.
|
||||
Fix issue with differentiating authenticator and supplicant.
|
||||
Fix issue with timestamps comparison of known networks.
|
||||
Fix issue with handling cancellation of power callbacks.
|
||||
Fix issue with honoring auto-connect setting on power up.
|
||||
Fix issue with crash during operstate callbacks.
|
||||
|
||||
ver 0.6:
|
||||
Fix issue with syncing the PSK on first connection.
|
||||
Fix issue with unnecessary known object removal events.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.6)
|
||||
AC_INIT(iwd, 0.7)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user