mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.15
This commit is contained in:
parent
842fd2f62e
commit
3975482ac3
10
ChangeLog
10
ChangeLog
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user