Release 2.11

This commit is contained in:
Marcel Holtmann 2023-12-14 00:00:17 +01:00
parent 0979ff697a
commit e8e5d91e5a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.11:
Fix issue with handling iovecs with multiple IEs.
Fix issue with handling SAE password identifiers.
Fix issue with handling agent release method call.
ver 2.10: ver 2.10:
Fix issue with buffer overflow for 32 byte SSIDs. Fix issue with buffer overflow for 32 byte SSIDs.
Fix issue with deauthentication before FT work completes. Fix issue with deauthentication before FT work completes.

View File

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