mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-24 16:49:25 +01:00
Release 1.28
This commit is contained in:
parent
d555a867fb
commit
649ddf696e
@ -1,3 +1,11 @@
|
||||
ver 1.28:
|
||||
Fix issue with handling invalid EAPoL frames.
|
||||
Fix issue with handling unexpectedly unencrypted EAP frames.
|
||||
Fix issue with handling AlwaysRandomizeAddress/AddressOverride.
|
||||
Fix issue with handling initial signal level notification.
|
||||
Fix issue with handling sorting of scan requests.
|
||||
Fix issue with handling frame type check in FT.
|
||||
|
||||
ver 1.27:
|
||||
Fix issue with hidden networks on connection error.
|
||||
Fix issue with directed roams if already trying to roam.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([iwd],[1.27])
|
||||
AC_INIT([iwd],[1.28])
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user