Release 0.11

This commit is contained in:
Marcel Holtmann 2018-11-09 21:29:01 +01:00
parent 48b74d6531
commit 6c3110551a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.11:
Fix issue with handling EAP-TTLS and redundant L flags.
Fix issue with handling EAP-TLS upper limit on request size.
Fix issue with handling handshake complete after setting keys.
Fix issue with handling access points with too many rates.
Fix issue with requiring PSK if passphrase is present.
Add support for retrieving list of hidden access points.
Add support for tunneled MS-CHAP.
ver 0.10:
Fix issue with Ethernet authentication packet handling.
Fix issue with ad-hoc network scan results in station mode.

View File

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