Release 0.9

This commit is contained in:
Marcel Holtmann 2018-10-03 20:49:02 +02:00
parent cb50eb6368
commit dc87830aac
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 0.9:
Fix issue with handling EAP-WSC passwords.
Add support for TTLS-CHAP and TTLS-PAP.
Add support for handling FT over SAE.
ver 0.8:
Fix issue with handling EAP_CACHE_NEVER secret types.
Fix issue with redundant usage of the L flag and PEAP.

View File

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