Release 0.6

This commit is contained in:
Marcel Holtmann 2018-08-10 21:33:53 +02:00
parent cbc149c7ed
commit e56656521d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 0.6:
Fix issue with syncing the PSK on first connection.
Fix issue with unnecessary known object removal events.
ver 0.5:
Fix issue with EAPoL handling and Ad-Hoc networks.
Add support for using agent with EAP-GTC methods.

View File

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