Release 1.27

This commit is contained in:
Marcel Holtmann 2022-04-21 17:01:56 +02:00
parent 126883ae79
commit 099700a154
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.27:
Fix issue with hidden networks on connection error.
Fix issue with directed roams if already trying to roam.
Fix issue with checking for connected in FT frame event.
ver 1.26: ver 1.26:
Fix issue with handling BSS that changed frequency. Fix issue with handling BSS that changed frequency.
Fix issue with handling frequencies in neighbor report. Fix issue with handling frequencies in neighbor report.

View File

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