Release 1.19

This commit is contained in:
Marcel Holtmann 2021-11-02 19:49:42 +01:00
parent 6450f3ea3f
commit ae03fcb50d
2 changed files with 8 additions and 1 deletions

View File

@ -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: ver 1.18:
Fix issue with handling faulty SAE duplicate commits. Fix issue with handling faulty SAE duplicate commits.
Add support for Access Point FILS IP Address Assignment IE. Add support for Access Point FILS IP Address Assignment IE.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(iwd, 1.18) AC_INIT(iwd, 1.19)
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_AUX_DIR(build-aux)