diff --git a/ChangeLog b/ChangeLog index 9cd92724..a2ef75a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 0.4: + Fix issue with handling all zero PMKID. + Fix issue with handling PEAP servers and M bit requirement. + Fix issue with handling MS-CHAP v2 and uninitialized memory. + Fix issue with handling memory leak and aborting connections. + Fix issue with handling memory leak and PSK configuration. + Fix issue with handling not yet running D-Bus daemon. + Add support for advanced scanning of hidden networks. + Add support for MAC address randomization. + Add support for Ad-Hoc network interface. + Add support for Access Point interface. + ver 0.3: Fix issue with auto-connect settings for open networks. Fix issue with handling beacon loss in roaming situations. diff --git a/configure.ac b/configure.ac index 7b1a0e59..818dd5bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.3) +AC_INIT(iwd, 0.4) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)