Release 0.10

This commit is contained in:
Marcel Holtmann 2018-10-20 20:08:01 +02:00
parent 601c1b10f5
commit 3336fc78d2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 0.10:
Fix issue with Ethernet authentication packet handling.
Fix issue with ad-hoc network scan results in station mode.
Fix issue with cancellation of ongoing rekey offload.
Add support for setting per-mac GTK credentials.
Add support for using external Embedded Linux library.
ver 0.9:
Fix issue with handling EAP-WSC passwords.
Add support for TTLS-CHAP and TTLS-PAP.

View File

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