diff --git a/ChangeLog b/ChangeLog index b41a668d..153476a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index 2e61be74..35b71a8d 100644 --- a/configure.ac +++ b/configure.ac @@ -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)