mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
Release 1.10
This commit is contained in:
parent
ee3c56328f
commit
d8dc5a9bd1
@ -1,3 +1,9 @@
|
|||||||
|
ver 1.10:
|
||||||
|
Add support for DHCP v6 configuration.
|
||||||
|
Add support for DHCP server operation with AP mode.
|
||||||
|
Add support for IP allocation during the 4-Way Handshake.
|
||||||
|
Add support for P2P Group-owner handling.
|
||||||
|
|
||||||
ver 1.9:
|
ver 1.9:
|
||||||
Fix issue with WPA3 connections in transition mode.
|
Fix issue with WPA3 connections in transition mode.
|
||||||
Fix issue with handling roaming attempt failures.
|
Fix issue with handling roaming attempt failures.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(iwd, 1.9)
|
AC_INIT(iwd, 1.10)
|
||||||
|
|
||||||
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