diff --git a/ChangeLog b/ChangeLog index c14a806e..bc0b66a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.3: + Fix issue with handling EAP-GTC and password requests. + Fix issue with handling Crypto-Binding TLV for PEAPv0. + Fix issue with handling key installation and PEAP Phase 2. + Fix issue with handling externally triggered scan requests. + Fix issue with handling RCPI calculation for RRM requests. + ver 1.2: Fix issue with handling scan requests while connecting. Fix issue with handling scan duration for RRM requests. diff --git a/configure.ac b/configure.ac index 028c5791..12765335 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 1.2) +AC_INIT(iwd, 1.3) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)