diff --git a/ChangeLog b/ChangeLog index 457998d2..b5fe754a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.5: + Fix issue with handling missing NEW_WIPHY events. + Fix issue with interface creation and NEW_WIPHY events. + Fix issue with handling LastConnectedTime property change. + Fix issue with PEAPv0 interoperability with Windows. + ver 1.4: Fix issue with handling Crypto-Binding and invalid MACs. Fix issue with handling change station error results. diff --git a/configure.ac b/configure.ac index da34be67..cf15dcaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.4) +AC_INIT(iwd, 1.5) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)