Release 2.17

This commit is contained in:
Marcel Holtmann 2024-03-29 00:26:29 +01:00
parent 546dea11b6
commit 468cecdbca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.17:
Fix issue with handling deauthenticate on disconnect.
Fix issue with handling of rate estimation errors.
Fix issue with handling EAPOL frame listeners.
ver 2.16:
Fix issue with uninitialized variable and DPP encrypt.
Fix issue with Access Point mode and ATTR_MAC validation.

View File

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