Release 0.14

This commit is contained in:
Marcel Holtmann 2019-01-15 20:31:53 +01:00
parent 2600c446ab
commit f87159964c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 0.14:
Add support for tunneled MSCHAPv2 authentication.
ver 0.13:
Fix issue with WSC interface runtime handling.
Add support for Opportunistic Wireless Encryption.

View File

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