Release 1.3

This commit is contained in:
Marcel Holtmann 2019-12-13 10:12:41 +01:00
parent a44cb5deb8
commit 7e393663e7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 1.3:
Fix issue with handling EAP-GTC and password requests.
Fix issue with handling Crypto-Binding TLV for PEAPv0.
Fix issue with handling key installation and PEAP Phase 2.
Fix issue with handling externally triggered scan requests.
Fix issue with handling RCPI calculation for RRM requests.
ver 1.2:
Fix issue with handling scan requests while connecting.
Fix issue with handling scan duration for RRM requests.

View File

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