Release 1.20

This commit is contained in:
Marcel Holtmann 2021-11-18 21:17:44 +01:00
parent af30466867
commit 88c786093b
2 changed files with 6 additions and 1 deletions

View File

@ -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: ver 1.19:
Fix issue with handling OCV if offloading is supported. Fix issue with handling OCV if offloading is supported.
Fix issue with handling SA Query on channel switch event. Fix issue with handling SA Query on channel switch event.

View File

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