Release 1.1

This commit is contained in:
Marcel Holtmann 2019-11-14 21:02:37 +01:00
parent dcbdbac2f8
commit 299337b579
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.1:
Fix issue with simple configuration support checks.
Fix issue with handling TLS tunnel and PEAPv0.
Add support for radio resource management.
ver 1.0:
Add support for stable D-Bus interfaces.
Add support for network configuration documentation.

View File

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