Release 2.4

This commit is contained in:
Marcel Holtmann 2023-03-27 17:35:33 +02:00
parent e82dac4b2d
commit 53911bf8e9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 2.4:
Fix issue with FT-over-Air and same channel operation.
Fix issue with AP mode and missing support for GTK.
Fix issue with AP mode and channel switch event.
Fix issue with SSID string conversion handling.
ver 2.3:
Fix issue with length calculation for WMM IE.
Fix issue with channel number allocation off-by-one.

View File

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