diff --git a/ChangeLog b/ChangeLog index ce629131..3fb5b3ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index b443cda2..4cb0d96c 100644 --- a/configure.ac +++ b/configure.ac @@ -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)