Release 0.23

This commit is contained in:
Marcel Holtmann 2019-10-24 09:12:21 +02:00
parent a41dc7d8cc
commit 77f16ae26f
2 changed files with 9 additions and 1 deletions

View File

@ -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: ver 0.22:
Fix issue with hotplug and device capability detection. Fix issue with hotplug and device capability detection.
Add support for IPv6 network configuration handling. Add support for IPv6 network configuration handling.

View File

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