Release 1.21

This commit is contained in:
Marcel Holtmann 2022-01-05 22:22:03 +01:00
parent 90105e822f
commit 876d81e861
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 1.21:
Fix issue with handling disconnect events issued by AP.
Add experimental support for DPP feature.
ver 1.20:
Fix issue with handling Hotspot 2.0 requirements.
Add support for evict_nocarrier setting during roaming.

View File

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