Release 0.21

This commit is contained in:
Marcel Holtmann 2019-09-17 19:22:57 +02:00
parent a8187468b5
commit 2bbd61cd1c
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.21:
Fix issue with cleartext ACK and tunneled EAP-Success.
Fix issue with setting bits in extended capabilities.
Fix issue with WPA-1 information element parsing.
Add support for handling QoS Map IE and frames.
Add support for STATE_DIRECTORY environment.
Add support for CONFIGURATION_DIRECTORY environment.
ver 0.20:
Add support for adding Extended Capabilities bits.
Add support for ServerDomainMask configuration option.

View File

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