mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-24 16:49:25 +01:00
Release 2.15
This commit is contained in:
parent
b1edef3a14
commit
cc0fcb2bb4
@ -1,3 +1,8 @@
|
|||||||
|
ver 2.15:
|
||||||
|
Fix issue with notice events for connection timeouts.
|
||||||
|
Fix issue with reason code and deauthenticate event.
|
||||||
|
Fix issue with handling basename() functionality.
|
||||||
|
|
||||||
ver 2.14:
|
ver 2.14:
|
||||||
Fix issue with accepting PTK 4/4 after receiving PTK 2/4.
|
Fix issue with accepting PTK 4/4 after receiving PTK 2/4.
|
||||||
Fix issue with frequency limit for quick scans.
|
Fix issue with frequency limit for quick scans.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([iwd],[2.14])
|
AC_INIT([iwd],[2.15])
|
||||||
|
|
||||||
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