Release 1.30

This commit is contained in:
Marcel Holtmann 2022-09-07 20:41:20 +02:00
parent 7fd712ec96
commit 881807d14b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 1.30:
Fix issue with handling OWE if buggy AP is detected.
Fix issue with handling quick scan and enabling 6GHz.
Fix issue with handling tags for extended IEs.
Add support for handling HE capabilities.
Add support for handling regulatory domain changes.
Add support for handling netdev packet loss events.
ver 1.29:
Fix issue with handling EAP-Success message.
Fix issue with handling secure setting and EAPoL.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([iwd],[1.29])
AC_INIT([iwd],[1.30])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)