Release 0.17

This commit is contained in:
Marcel Holtmann 2019-04-12 21:51:30 +02:00
parent e01368b848
commit 170125aa01
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.17:
Fix issue with handling association failure path.
Fix issue with handling checks for valid ECC point/scalar.
Fix issue with handling potential infinite loop and SAE.
Fix issue with handling randomization for passive scans.
Add support for randomization of SN for probe requests.
Add support for handling the FILS cipher suites.
Add support for ERP key caching feature.
ver 0.16:
Add missing pkcs8.conf for module loading.

View File

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