Release 1.29

This commit is contained in:
Marcel Holtmann 2022-07-15 19:06:48 +02:00
parent f2ccc1bf84
commit f807901c47
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.29:
Fix issue with handling EAP-Success message.
Fix issue with handling secure setting and EAPoL.
Add support for DeviceProvisioning API properties.
ver 1.28: ver 1.28:
Fix issue with handling invalid EAPoL frames. Fix issue with handling invalid EAPoL frames.
Fix issue with handling unexpectedly unencrypted EAP frames. Fix issue with handling unexpectedly unencrypted EAP frames.

View File

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