diff --git a/ChangeLog b/ChangeLog index 0bbbd671..5d49fe1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 0.10: + Fix issue with Ethernet authentication packet handling. + Fix issue with ad-hoc network scan results in station mode. + Fix issue with cancellation of ongoing rekey offload. + Add support for setting per-mac GTK credentials. + Add support for using external Embedded Linux library. + ver 0.9: Fix issue with handling EAP-WSC passwords. Add support for TTLS-CHAP and TTLS-PAP. diff --git a/configure.ac b/configure.ac index a0278665..5dcf08bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.9) +AC_INIT(iwd, 0.10) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)