Release 2.14

This commit is contained in:
Marcel Holtmann 2024-02-09 22:13:55 +01:00
parent bcfbaa096d
commit 42b4da1be2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.14:
Fix issue with accepting PTK 4/4 after receiving PTK 2/4.
Fix issue with frequency limit for quick scans.
Fix issue with limiting DHCPv4 attempts.
ver 2.13:
Fix issue with handling netconfig and roaming conditions.
Fix issue with logging requirement for CMD_EXTERNAL_AUTH.

View File

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