Release 1.22

This commit is contained in:
Marcel Holtmann 2022-01-24 22:27:50 +01:00
parent 570fc638a7
commit ccf571f78b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 1.22:
Fix issue with handling periodic scanning.
Fix issue with handling scanning completion.
Fix issue with handling scanning for OWE auto-connect.
Add support for additional DPP features.
ver 1.21:
Fix issue with handling disconnect events issued by AP.
Add experimental support for DPP feature.

View File

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