Release 2.8

This commit is contained in:
Marcel Holtmann 2023-08-24 14:58:33 +02:00
parent 783319b45f
commit a9578c5f99
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 2.8:
Fix issue with handling OWE AKM in association reply.
ver 2.7:
Fix issue with handling FT-8021X and SHA256 PMKID derivation.

View File

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