diff --git a/ChangeLog b/ChangeLog index 63f63105..44b7003f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 1.20: + Fix issue with handling Hotspot 2.0 requirements. + Add support for evict_nocarrier setting during roaming. + Add support for experimental NetworkConfigurationAgent API. + ver 1.19: Fix issue with handling OCV if offloading is supported. Fix issue with handling SA Query on channel switch event. diff --git a/configure.ac b/configure.ac index e515fb00..894275d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.19) +AC_INIT(iwd, 1.20) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)