mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-24 16:49:25 +01:00
Release 1.2
This commit is contained in:
parent
9d8e74c1bc
commit
8901ad3927
@ -1,3 +1,8 @@
|
|||||||
|
ver 1.2:
|
||||||
|
Fix issue with handling scan requests while connecting.
|
||||||
|
Fix issue with handling scan duration for RRM requests.
|
||||||
|
Fix issue with handling parent TSF value for RRM requests.
|
||||||
|
|
||||||
ver 1.1:
|
ver 1.1:
|
||||||
Fix issue with simple configuration support checks.
|
Fix issue with simple configuration support checks.
|
||||||
Fix issue with handling TLS tunnel and PEAPv0.
|
Fix issue with handling TLS tunnel and PEAPv0.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 1.1)
|
AC_INIT(iwd, 1.2)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user