mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
Release 0.21
This commit is contained in:
parent
a8187468b5
commit
2bbd61cd1c
@ -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:
|
ver 0.20:
|
||||||
Add support for adding Extended Capabilities bits.
|
Add support for adding Extended Capabilities bits.
|
||||||
Add support for ServerDomainMask configuration option.
|
Add support for ServerDomainMask configuration option.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 0.20)
|
AC_INIT(iwd, 0.21)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user