diff --git a/ChangeLog b/ChangeLog index de17d1f3..75c6f19b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.19: + Add support for Hotspot 2.0 functionality. + Add support for FILS Fast Transition feature. + Add support for network configuration handling. + Add support for resolution services framework. + ver 0.18: Fix issue with handling stale scan results. Fix issue with handling OWE group renegotiation. diff --git a/configure.ac b/configure.ac index 19c43020..bb1df45a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.18) +AC_INIT(iwd, 0.19) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)