diff --git a/ChangeLog b/ChangeLog index 8fcad100..f0c4695f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.16: + Fix issue with writing provisioning files with a passphrase. + Add support for Authenticator & Supplicant RSN Extension elements. + Add support for handling Transition Disable info. + Add support for SAE Hash-to-Element feature. + ver 1.15: Add support for FT-over-DS procedure with multiple BSS. Add support for estimation of VHT RX data rate. diff --git a/configure.ac b/configure.ac index 6867e336..ab39f8a3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.15) +AC_INIT(iwd, 1.16) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)