Release 0.8

This commit is contained in:
Marcel Holtmann 2018-09-20 19:13:32 +02:00
parent 111af84d91
commit 6b1c716324
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 0.8:
Fix issue with handling EAP_CACHE_NEVER secret types.
Fix issue with redundant usage of the L flag and PEAP.
Fix issue with EAP type 33 as termination mechanism for PEAPv1.
Add initial version of Ethernet authentication daemon.
Add support for Station mode interface.
ver 0.7:
Fix issue with hard coded peer address and SAE networks.
Fix issue with raw passphrase requirement and SAE networks.

View File

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