Release 0.15

This commit is contained in:
Marcel Holtmann 2019-04-03 19:52:46 +02:00
parent 842fd2f62e
commit 3975482ac3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
ver 0.15:
Fix issue with handling RSSI thresholds.
Fix issue with handling abort for a connection.
Fix issue with stopping Access Point operation.
Add support for individual BSS blacklisting.
Add support for utilizing MAC randomization.
Add support for utilizing different key lengths.
Add support for 16, 24 and 32 byte MIC lengths.
Add support for handling driver rekying feature.
ver 0.14:
Add support for tunneled MSCHAPv2 authentication.

View File

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