3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-06-07 13:47:23 +02:00

Release 3.8

This commit is contained in:
Marcel Holtmann 2025-05-07 13:41:49 +02:00
parent 243db1d256
commit 26ed1f8b9f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
ver 3.8:
Fix issue with handling unit tests and missing kernel features.
ver 3.7:
Fix issue with handling length of EncryptedSecurity.
Fix issue with handling empty affinities lists.

View File

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