Release 1.4

This commit is contained in:
Marcel Holtmann 2019-12-19 20:46:50 +01:00
parent d9efacfbba
commit 860fa4697f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.4:
Fix issue with handling Crypto-Binding and invalid MACs.
Fix issue with handling change station error results.
Fix issue with handling DNS resolving installations.
ver 1.3:
Fix issue with handling EAP-GTC and password requests.
Fix issue with handling Crypto-Binding TLV for PEAPv0.

View File

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