Release 1.6

This commit is contained in:
Marcel Holtmann 2020-03-25 10:35:01 +01:00
parent 5a0d5de689
commit ad97f4f945
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
ver 1.6:
Fix issue with handling missing AP stop events.
Fix issue with handling out-of-order disconnect events.
Fix issue with handling missing auth/assoc support.
Fix issue with handling omitted EAP-TLS-CACert.
Fix issue with handling OWE PTK derivation.
Add support for internal frame exchange API.
Add support for MAC randomization and override.
Add support for per-network MAC addresses.
ver 1.5:
Fix issue with handling missing NEW_WIPHY events.
Fix issue with interface creation and NEW_WIPHY events.

View File

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