diff --git a/ChangeLog b/ChangeLog index a2ef75a9..5464028f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.5: + Fix issue with EAPoL handling and Ad-Hoc networks. + Add support for using agent with EAP-GTC methods. + Add support for improved Known Networks management. + Add support for Simultaneous Authentication of Equals. + Add support for exposing supported modes of operation. + Add support for D-Bus auto-activation via systemd. + ver 0.4: Fix issue with handling all zero PMKID. Fix issue with handling PEAP servers and M bit requirement. diff --git a/configure.ac b/configure.ac index 4c95f56a..c6039510 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.4) +AC_INIT(iwd, 0.5) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)