Release 1.15

This commit is contained in:
Marcel Holtmann 2021-06-12 14:32:08 +02:00
parent 37896485b6
commit 6d47354e63
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.15:
Add support for FT-over-DS procedure with multiple BSS.
Add support for estimation of VHT RX data rate.
Add support for exporting Daemon information.
ver 1.14: ver 1.14:
Fix issue with scanning property and quick scan cancellation. Fix issue with scanning property and quick scan cancellation.
Fix issue with handling authentication timeouts from SAE. Fix issue with handling authentication timeouts from SAE.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(iwd, 1.14) AC_INIT(iwd, 1.15)
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_AUX_DIR(build-aux)