diff --git a/ChangeLog b/ChangeLog index 40f2b8bc..63f63105 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.19: + Fix issue with handling OCV if offloading is supported. + Fix issue with handling SA Query on channel switch event. + Fix issue with starting FT-over-DS actions after roaming. + Add support for OWE transition networks. + Add support for extended key IDs. + ver 1.18: Fix issue with handling faulty SAE duplicate commits. Add support for Access Point FILS IP Address Assignment IE. diff --git a/configure.ac b/configure.ac index 10e49711..e0bca450 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.18) +AC_INIT(iwd, 1.19) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)