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

Release 3.1

This commit is contained in:
Marcel Holtmann 2024-11-07 19:36:18 +01:00
parent e89e4d692c
commit ccd91fe556
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 3.1:
Fix issue with handling OWE transition BSS selection.
Fix issue with handling oper class 136 starting frequency.
ver 3.0:
Fix issue with handling alpha2 code for United Kingdom.
Fix issue with handling empty TX/RX bitrate attributes.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([iwd],[3.0])
AC_INIT([iwd],[3.1])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)