3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2026-02-09 13:07:56 +01:00

Release 3.11

This commit is contained in:
Marcel Holtmann 2026-02-09 10:41:13 +01:00
parent b49ed01626
commit 9d9d1a8ce1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 3.11:
Fix issue with interface registration before acquiring name.
ver 3.10:
Fix issue with handling neighbor report on BSS TM request.
Fix issue with handling deauth and FT association failure.

View File

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