Release 1.28

This commit is contained in:
Marcel Holtmann 2022-06-04 22:13:27 +02:00
parent d555a867fb
commit 649ddf696e
2 changed files with 9 additions and 1 deletions

View File

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

View File

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