Release 1.8

This commit is contained in:
Marcel Holtmann 2020-06-15 17:22:57 +02:00
parent 254cefcc96
commit a01754f56a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 1.8:
Fix issue with handling FT AKMs when not supported.
Fix issue with handling FILS and RSNE in authenticate.
Fix issue with handling auto-connection and quick scan.
Fix issue with sending multiple scan requests.
Add support for P2P feature and API.
ver 1.7:
Fix issue with APs that send IGTK falsely in big endian.
Fix issue with setting linkmode & operstate for open networks.

View File

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