mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 0.4
This commit is contained in:
parent
fc9cfdc0fe
commit
4b9cdd8d7c
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
ver 0.4:
|
||||
Fix issue with handling all zero PMKID.
|
||||
Fix issue with handling PEAP servers and M bit requirement.
|
||||
Fix issue with handling MS-CHAP v2 and uninitialized memory.
|
||||
Fix issue with handling memory leak and aborting connections.
|
||||
Fix issue with handling memory leak and PSK configuration.
|
||||
Fix issue with handling not yet running D-Bus daemon.
|
||||
Add support for advanced scanning of hidden networks.
|
||||
Add support for MAC address randomization.
|
||||
Add support for Ad-Hoc network interface.
|
||||
Add support for Access Point interface.
|
||||
|
||||
ver 0.3:
|
||||
Fix issue with auto-connect settings for open networks.
|
||||
Fix issue with handling beacon loss in roaming situations.
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT(iwd, 0.3)
|
||||
AC_INIT(iwd, 0.4)
|
||||
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
Loading…
Reference in New Issue
Block a user