Release 1.5

This commit is contained in:
Marcel Holtmann 2020-02-09 08:31:09 +01:00
parent 71cdd84dfb
commit 1ee7b985aa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 1.5:
Fix issue with handling missing NEW_WIPHY events.
Fix issue with interface creation and NEW_WIPHY events.
Fix issue with handling LastConnectedTime property change.
Fix issue with PEAPv0 interoperability with Windows.
ver 1.4:
Fix issue with handling Crypto-Binding and invalid MACs.
Fix issue with handling change station error results.

View File

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