Release 2.9

This commit is contained in:
Marcel Holtmann 2023-11-19 18:53:15 +01:00
parent ca0806438b
commit 400782b6e4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 2.9:
Fix issue with handling certain FT failures.
Fix issue with handling user-disabled bands.
Fix issue with handling roam on beacon loss event.
Add support for PKEX configurator.
Add support for PKEX enrollee.
ver 2.8:
Fix issue with handling OWE AKM in association reply.

View File

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