Release 0.18

This commit is contained in:
Marcel Holtmann 2019-05-11 21:32:54 +02:00
parent df6003d8c8
commit c923448bac
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 0.18:
Fix issue with handling stale scan results.
Fix issue with handling OWE group renegotiation.
Fix issue with handshake failures on FT-PSK.
Add support for FILS (Fast Initial Link Setup).
ver 0.17:
Fix issue with handling association failure path.
Fix issue with handling checks for valid ECC point/scalar.

View File

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