mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-16 17:09:24 +01:00
Release 0.23
This commit is contained in:
parent
a41dc7d8cc
commit
77f16ae26f
@ -1,3 +1,11 @@
|
||||
ver 0.23:
|
||||
Fix issue with strict certificate chain checks.
|
||||
Fix issue with parsing RSNE_ADVANCE information.
|
||||
Fix issue with parsing RSN information for WPA1.
|
||||
Fix issue with logic error in scan frequency validation.
|
||||
Fix issue with integer overflow and authentication frames.
|
||||
Add support for installing various manual pages.
|
||||
|
||||
ver 0.22:
|
||||
Fix issue with hotplug and device capability detection.
|
||||
Add support for IPv6 network configuration handling.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.22)
|
||||
AC_INIT(iwd, 0.23)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user