Release 2.15

This commit is contained in:
Marcel Holtmann 2024-02-26 20:55:02 +01:00
parent b1edef3a14
commit cc0fcb2bb4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 2.15:
Fix issue with notice events for connection timeouts.
Fix issue with reason code and deauthenticate event.
Fix issue with handling basename() functionality.
ver 2.14:
Fix issue with accepting PTK 4/4 after receiving PTK 2/4.
Fix issue with frequency limit for quick scans.

View File

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