diff --git a/ChangeLog b/ChangeLog index 47144b61..d84d0203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 2.5: + Fix issue with HT40+/- checks when creating chandef. + Fix issue with handling support for FT-8021X-SHA384. + Fix issue with handling secure bit check in handshake 1/4. + Fix issue with allowing roaming before netconfig finishes. + Fix issue with double free when disconnecting during FT. + ver 2.4: Fix issue with FT-over-Air and same channel operation. Fix issue with AP mode and missing support for GTK. diff --git a/configure.ac b/configure.ac index e1a92879..cb576a62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.4]) +AC_INIT([iwd],[2.5]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)