Release 2.7

This commit is contained in:
Marcel Holtmann 2023-07-05 18:25:17 +02:00
parent 9479c31a72
commit 0be288c5aa
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 2.7:
Fix issue with handling FT-8021X and SHA256 PMKID derivation.
ver 2.6:
Add support for setting driver specific quirks.
Add support for disabling power saving mode.

View File

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