Release 0.4

This commit is contained in:
Marcel Holtmann 2018-07-25 06:18:45 +02:00
parent fc9cfdc0fe
commit 4b9cdd8d7c
2 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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)