diff --git a/ChangeLog b/ChangeLog index 76b7934e..bdc93835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.11: + Fix issue with handling iovecs with multiple IEs. + Fix issue with handling SAE password identifiers. + Fix issue with handling agent release method call. + ver 2.10: Fix issue with buffer overflow for 32 byte SSIDs. Fix issue with deauthentication before FT work completes. diff --git a/configure.ac b/configure.ac index 245b9a50..d84e035c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.10]) +AC_INIT([iwd],[2.11]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)