Release 0.3

This commit is contained in:
Marcel Holtmann 2018-06-15 11:02:16 +02:00
parent 38952813dd
commit dc956d4f33
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.3:
Fix issue with auto-connect settings for open networks.
Fix issue with handling beacon loss in roaming situations.
Fix issue with handling bridged wireless network interfaces.
Fix issue with handling EAP identity prompt or notification.
Fix issue with handling EAP state reset and reauthentication.
Add support for user specified hidden network connections.
Add support for configuring WDS / 4ADDR operation.
ver 0.2:
Fix issue with unsupported bands from roam scan frequency set.
Fix issue with handling disconnect by AP and by SME events.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(iwd, 0.2)
AC_INIT(iwd, 0.3)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)