3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-11 08:00:54 +01:00

Release 3.3

This commit is contained in:
Marcel Holtmann 2024-12-20 08:51:07 +01:00
parent 7144741537
commit 4b535cee1f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 3.3:
Fix issue with handling External Authentication.
ver 3.2:
Fix issue with GCC 15 and -std=c23 build errors.
Add support for using PMKSA over SAE if available.

View File

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