Release 0.7

This commit is contained in:
Marcel Holtmann 2018-08-24 20:27:48 +02:00
parent ddbc49538e
commit 3200936048
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.7:
Fix issue with hard coded peer address and SAE networks.
Fix issue with raw passphrase requirement and SAE networks.
Fix issue with differentiating authenticator and supplicant.
Fix issue with timestamps comparison of known networks.
Fix issue with handling cancellation of power callbacks.
Fix issue with honoring auto-connect setting on power up.
Fix issue with crash during operstate callbacks.
ver 0.6:
Fix issue with syncing the PSK on first connection.
Fix issue with unnecessary known object removal events.

View File

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