Release 0.5

This commit is contained in:
Marcel Holtmann 2018-08-10 18:09:15 +02:00
parent abeed797c0
commit cb24b622ae
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.5:
Fix issue with EAPoL handling and Ad-Hoc networks.
Add support for using agent with EAP-GTC methods.
Add support for improved Known Networks management.
Add support for Simultaneous Authentication of Equals.
Add support for exposing supported modes of operation.
Add support for D-Bus auto-activation via systemd.
ver 0.4:
Fix issue with handling all zero PMKID.
Fix issue with handling PEAP servers and M bit requirement.

View File

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