diff --git a/ChangeLog b/ChangeLog index 08aa2554..2fc089d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 3.0: + Fix issue with handling alpha2 code for United Kingdom. + Fix issue with handling empty TX/RX bitrate attributes. + Fix issue with handling RSSI polling fallback workaround. + Fix issue with handling harmless cloned information elements. + Add experimental support for External Authentication feature. + ver 2.22: Fix issue with handling the Affinities property. Fix issue with handling ConnectedAccessPoint signal when roaming. diff --git a/configure.ac b/configure.ac index 27c8287e..2d9f29cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([iwd],[2.22]) +AC_INIT([iwd],[3.0]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)