Release 0.20

This commit is contained in:
Marcel Holtmann 2019-08-28 21:34:19 +02:00
parent 3d7a40f119
commit 00f0039232
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 0.20:
Add support for adding Extended Capabilities bits.
Add support for ServerDomainMask configuration option.
ver 0.19:
Add support for Hotspot 2.0 functionality.
Add support for FILS Fast Transition feature.

View File

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