Release 0.13

This commit is contained in:
Marcel Holtmann 2018-12-11 12:42:07 +01:00
parent d54b235dae
commit 8a8a0df05c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 0.13:
Fix issue with WSC interface runtime handling.
Add support for Opportunistic Wireless Encryption.
Add support for common EAP-TLS framework.
ver 0.12: ver 0.12:
Fix issue with handling 802.1x automatic connection. Fix issue with handling 802.1x automatic connection.
Fix issue with handling missing support for backtrace. Fix issue with handling missing support for backtrace.

View File

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