Release 1.9

This commit is contained in:
Marcel Holtmann 2020-09-04 01:06:21 +02:00
parent 3ab2542f5f
commit aa3dc1b953
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 1.9:
Fix issue with WPA3 connections in transition mode.
Fix issue with handling roaming attempt failures.
Add support for radio management work queue.
Add support P2P service manager interface.
Add support for WiFi Display client API.
ver 1.8:
Fix issue with handling FT AKMs when not supported.
Fix issue with handling FILS and RSNE in authenticate.

View File

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