From c6d4e327d491c3e73c6468af31b9c23219602ee9 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 4 Dec 2024 11:37:41 +0100 Subject: [PATCH] changelogs --- source/releases/CE_24.7.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/releases/CE_24.7.rst b/source/releases/CE_24.7.rst index 52efa4ee..31075e88 100644 --- a/source/releases/CE_24.7.rst +++ b/source/releases/CE_24.7.rst @@ -40,6 +40,14 @@ updates. The time-loop authentication change is back with the fixed TOTP case and the Unbound domain overrides are now found in query forwarding since this offers the same functionality anyway. +Please note we had to hotfix the kernel which will not reinstall +automatically if you caught the bad version. If you experience +panics on 24.7.10 relating to pf(4) please reinstall from the GUI +(which includes an automatic reboot) or run "opnsense-update -fk" +from the shell followed by a manual reboot. The correct kernel +identifies itself as "stable/24.7-n267981-8375762712f" using +"uname -v". + With the year almost over we are shifting focus to finishing the items on the roadmap and it is nice to note that the MVC/API conversions are already over 75% complete. That means it will not take another decade @@ -103,6 +111,12 @@ A hotfix release was issued as 24.7.10_1: * unbound: use tls-cert-bundle to point to remaining valid bundle +A hotfix release was issued as 24.7.10_2: + +* system: fix TOTP regression when used with LDAP +* src: reverted "pf: fix potential state key leak" due to reported panics +* src: netlink: allow force remove on pinned delete from route binary + --------------------------------------------------------------------------