Release 1.10

This commit is contained in:
Marcel Holtmann 2020-11-30 00:08:14 +01:00
parent ee3c56328f
commit d8dc5a9bd1
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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)