diff --git a/ChangeLog b/ChangeLog index 30d75db6..08aa2554 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 2.22: + Fix issue with handling the Affinities property. + Fix issue with handling ConnectedAccessPoint signal when roaming. + ver 2.21: Fix issue with pending scan requests after regdom update. Fix issue with handling the rearming of the roaming timeout. diff --git a/configure.ac b/configure.ac index c76e1c2c..27c8287e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.21]) +AC_INIT([iwd],[2.22]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)