Release 1.2

This commit is contained in:
Marcel Holtmann 2019-11-27 23:07:44 +01:00
parent 9d8e74c1bc
commit 8901ad3927
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.2:
Fix issue with handling scan requests while connecting.
Fix issue with handling scan duration for RRM requests.
Fix issue with handling parent TSF value for RRM requests.
ver 1.1:
Fix issue with simple configuration support checks.
Fix issue with handling TLS tunnel and PEAPv0.

View File

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