Release 2.6

This commit is contained in:
Marcel Holtmann 2023-06-22 17:15:34 +02:00
parent b1cc4c236b
commit 6ae9b4dc58
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 2.6:
Add support for setting driver specific quirks.
Add support for disabling power saving mode.
ver 2.5:
Fix issue with HT40+/- checks when creating chandef.
Fix issue with handling support for FT-8021X-SHA384.

View File

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