Release 0.2

This commit is contained in:
Marcel Holtmann 2018-05-06 10:11:15 +02:00
parent 3d69c3b134
commit eacbcc8499
2 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,12 @@
ver 0.2:
Fix issue with unsupported bands from roam scan frequency set.
Fix issue with handling disconnect by AP and by SME events.
Fix issue with string start calculation for MS-CHAP v2.
Add workaround for 0 oper class in neighbor report.
Add support for EAPoL over NL80211 kernel feature.
Add support for EAP-PWD authentication method.
Add support for EAP-GTC authentication method.
Add support for agent functionality to client.
ver 0.1:
Initial public release.

View File

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