Release 0.12

This commit is contained in:
Marcel Holtmann 2018-11-15 22:19:55 +01:00
parent f9db6c917a
commit d7609915db
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 0.12:
Fix issue with handling 802.1x automatic connection.
Fix issue with handling missing support for backtrace.
ver 0.11:
Fix issue with handling EAP-TTLS and redundant L flags.
Fix issue with handling EAP-TLS upper limit on request size.

View File

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