3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2026-03-14 20:37:56 +01:00

Release 3.12

This commit is contained in:
Marcel Holtmann 2026-03-13 14:22:48 +01:00
parent 92a60ad23d
commit d003d0e593
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 3.12:
Fix issue with handling expiration of PMKSA.
Fix issue with handling uninitialized buffer and PMKID.
Fix issue with checking for PKCS#8 key parser in unit tests.
Fix issue with using -std=c23 compiler setting.
ver 3.11:
Fix issue with interface registration before acquiring name.

View File

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