mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.10
This commit is contained in:
parent
601c1b10f5
commit
3336fc78d2
@ -1,3 +1,10 @@
|
||||
ver 0.10:
|
||||
Fix issue with Ethernet authentication packet handling.
|
||||
Fix issue with ad-hoc network scan results in station mode.
|
||||
Fix issue with cancellation of ongoing rekey offload.
|
||||
Add support for setting per-mac GTK credentials.
|
||||
Add support for using external Embedded Linux library.
|
||||
|
||||
ver 0.9:
|
||||
Fix issue with handling EAP-WSC passwords.
|
||||
Add support for TTLS-CHAP and TTLS-PAP.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.9)
|
||||
AC_INIT(iwd, 0.10)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user