Release 2.16

This commit is contained in:
Marcel Holtmann 2024-03-04 08:51:22 +01:00
parent c76f7eac05
commit 8bb3e3c4fa
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 2.16:
Fix issue with uninitialized variable and DPP encrypt.
Fix issue with Access Point mode and ATTR_MAC validation.
Fix issue with Access Point mode and frequency attributes.
Fix issue with P2P and handling client info description.
Fix issue with P2P and handling parsing of service info.
Fix issue with netconfig and handling domain list.
Add support for forcing a default ECC group.
ver 2.15:
Fix issue with notice events for connection timeouts.
Fix issue with reason code and deauthenticate event.

View File

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