diff --git a/ChangeLog b/ChangeLog index efb3c926..8fcad100 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.15: + Add support for FT-over-DS procedure with multiple BSS. + Add support for estimation of VHT RX data rate. + Add support for exporting Daemon information. + ver 1.14: Fix issue with scanning property and quick scan cancellation. Fix issue with handling authentication timeouts from SAE. diff --git a/configure.ac b/configure.ac index e2193969..496f711a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.14) +AC_INIT(iwd, 1.15) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)