diff --git a/ChangeLog b/ChangeLog index e81dc28f..47144b61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 2.4: + Fix issue with FT-over-Air and same channel operation. + Fix issue with AP mode and missing support for GTK. + Fix issue with AP mode and channel switch event. + Fix issue with SSID string conversion handling. + ver 2.3: Fix issue with length calculation for WMM IE. Fix issue with channel number allocation off-by-one. diff --git a/configure.ac b/configure.ac index 1f9e7734..ed3599de 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.3]) +AC_INIT([iwd],[2.4]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)