Release 0.22

This commit is contained in:
Marcel Holtmann 2019-10-11 09:13:28 +02:00
parent 5508833bab
commit 1382c4724a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 0.22:
Fix issue with hotplug and device capability detection.
Add support for IPv6 network configuration handling.
Add support for embedding certificates in profiles.
ver 0.21:
Fix issue with cleartext ACK and tunneled EAP-Success.
Fix issue with setting bits in extended capabilities.

View File

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