Release 1.18

This commit is contained in:
Marcel Holtmann 2021-09-14 22:00:19 +02:00
parent 481af204b0
commit 6f4b91ac8e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 1.18:
Add support for Access Point FILS IP Address Assignment IE.
Add support for P2P GO-side 4-way handshake IP allocation.
Add support for forcing SAE group 19 if BSS requires it.
Fix issue with handling faulty SAE duplicate commits.
ver 1.17:
Fix issue with sending additional and vendor IEs.
Fix issue with IE ordering for 802.11-2020 support.

View File

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