Release 2.13

This commit is contained in:
Marcel Holtmann 2024-01-12 20:07:31 +01:00
parent a6638513d4
commit 4b3e82f742
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.13:
Fix issue with handling netconfig and roaming conditions.
Fix issue with logging requirement for CMD_EXTERNAL_AUTH.
Fix issue with using OpenSSL 3.2 installations.
ver 2.12:
Fix issue with DPP extra settings not being used.
Fix issue with DPP and PRF+ handling on AARCH64.

View File

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