Release 2.12

This commit is contained in:
Marcel Holtmann 2023-12-27 13:31:43 +01:00
parent 390fd58cad
commit a938313cba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.12:
Fix issue with DPP extra settings not being used.
Fix issue with DPP and PRF+ handling on AARCH64.
Add support for SAE password identifiers.
ver 2.11:
Fix issue with handling iovecs with multiple IEs.
Fix issue with handling SAE password identifiers.

View File

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