diff --git a/ChangeLog b/ChangeLog index fdceae44..1682c370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 2.2: + Fix issue with handling FT and multiple roaming scans. + Fix issue with handling multiple wiphy registrations. + Fix issue with with EAP-PEAP session resumption. + Add support for using PTK rekeying in AP mode. + Add support for setting country IE in AP mode. + Add support for setting WMM parameter IE in AP mode. + ver 2.1: Fix issue with handling FT-over-DS action. Fix issue with handling scan and 6 GHz support check. diff --git a/configure.ac b/configure.ac index 185514f6..96abfbfd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.1]) +AC_INIT([iwd],[2.2]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)