Release 0.19

This commit is contained in:
Marcel Holtmann 2019-08-04 21:19:55 +02:00
parent deee526b98
commit 899d802744
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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)