3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-04-02 00:46:49 +02:00

Release 3.5

This commit is contained in:
Marcel Holtmann 2025-03-26 10:47:40 +01:00
parent ea571861d6
commit bff5006b38
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 3.5:
Add support for option to disable blacklist handling.
Add support for option to disable SAE for broken drivers.
ver 3.4:
Add support for the Test Anything Protocol.

View File

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