Release 2.5

This commit is contained in:
Marcel Holtmann 2023-05-24 17:37:04 +02:00
parent 464f5c25db
commit 7fc1d207e1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 2.5:
Fix issue with HT40+/- checks when creating chandef.
Fix issue with handling support for FT-8021X-SHA384.
Fix issue with handling secure bit check in handshake 1/4.
Fix issue with allowing roaming before netconfig finishes.
Fix issue with double free when disconnecting during FT.
ver 2.4:
Fix issue with FT-over-Air and same channel operation.
Fix issue with AP mode and missing support for GTK.

View File

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