3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-15 08:29:23 +01:00

Release 3.0

This commit is contained in:
Marcel Holtmann 2024-10-20 15:00:20 +02:00
parent c459dc75c0
commit 8bb22a722b
2 changed files with 8 additions and 1 deletions

View File

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

View File

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