diff --git a/ChangeLog b/ChangeLog index f96489f2..e62a5919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: Fix issue with WPA3 connections in transition mode. Fix issue with handling roaming attempt failures. diff --git a/configure.ac b/configure.ac index 850e429f..7bd917a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.9) +AC_INIT(iwd, 1.10) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)