diff --git a/source/CE_releases.rst b/source/CE_releases.rst index 64540f8f..6b24ef70 100644 --- a/source/CE_releases.rst +++ b/source/CE_releases.rst @@ -8,7 +8,7 @@ Community Edition :width: 600px :align: center -As of January 2015 there have been *294* releases leading to the latest version *24.7.6* +As of January 2015 there have been *295* releases leading to the latest version *24.7.7* named "Thriving Tiger". diff --git a/source/releases/BE_24.10.rst b/source/releases/BE_24.10.rst index c648643a..f8925c66 100644 --- a/source/releases/BE_24.10.rst +++ b/source/releases/BE_24.10.rst @@ -342,6 +342,19 @@ Here are the full changes against version 24.4.3: * ports: unbound 1.21.1 `[42] `__ * ports: wpa_supplicant 2.11 `[43] `__ +A hotfix release was issued as 24.10_1: + +* firmware: fix timeout in update CRL fetcher + +A hotfix release was issued as 24.10_7: + +* system: fix certificate condition in setCRL() (contributed by richierg) +* firewall: throttle live logging on dashboard widget +* mvc: fix config.xml file open mode in overwrite() +* mvc: add missing request->hasQuery() +* mvc: add missing request->getScheme() +* mvc: add missing request->getURI() + Migration notes, known issues and limitations: * The dashboard has been replaced. Widgets from the old format are no longer supported and need to be rewritten by the respective authors. diff --git a/source/releases/CE_24.7.rst b/source/releases/CE_24.7.rst index aa76418b..1886988a 100644 --- a/source/releases/CE_24.7.rst +++ b/source/releases/CE_24.7.rst @@ -30,6 +30,60 @@ can be found below as well. * Full mirror list: https://opnsense.org/download/ +-------------------------------------------------------------------------- +24.7.7 (October 23, 2024) +-------------------------------------------------------------------------- + + +A small update to keep things moving forward while things are quietening +down a little bit. Still working on improving the trust store integration +and already tackling new MVC/API conversions on the development end. + +Here are the full patch notes: + +* system: add OpenSSH "RekeyLimit" with a limited set of choices +* system: fix certificate condition in setCRL() (contributed by richierg) +* system: untrusted directory changed in FreeBSD 14 +* system: remove obsolete banners from static pages +* system: address CRL/cert subject hash mismatch during trust store rehash +* reporting: refactor existing RRD backend code +* firewall: throttle live logging on dashboard widget +* interfaces: fix VXLAN interface being busy when vxlanlocal or vxlanremote is changed +* interfaces: 6RD/6to4 route creation should be limited to IPv6 +* firmware: remove escaped slashes workaround on mirror/flavour write +* firmware: CRL checking for business update mirror +* firmware: introduce config.sh and use it in launcher.sh and connection.sh +* firmware: restart cron on updates +* intrusion detection: reorganise settings page with headers +* intrusion detection: support configuration of eve-log for HTTP and TLS (contributed by Toby Chen) +* ipsec: fix advanced option "max_ikev1_exchanges" +* backend: cache file cleanup when TTL is reached +* backend: correct template helper exists() return type (contributed by kumy) +* mvc: fix config.xml file open mode in overwrite() +* mvc: add missing request->hasQuery() +* mvc: add missing request->getScheme() +* mvc: add missing request->getURI() +* mvc: extend sanity checks in isIPInCIDR() +* ui: fix tree view style targeting elements outside this view +* plugins: enforce defaults on devices +* plugins: os-caddy 1.7.3 `[1] `__ +* plugins: os-ddclient 1.25 `[2] `__ +* plugins: os-freeradius 1.9.26 `[3] `__ +* plugins: os-frr 1.42 `[4] `__ +* plugins: os-lldpd 1.2 `[5] `__ +* plugins: os-net-snmp 1.6 `[6] `__ +* plugins: os-upnp 1.7 `[7] `__ +* plugins: os-wazuh-agent 1.1 `[8] `__ +* ports: monit 5.34.2 `[9] `__ +* ports: nss 3.105 `[10] `__ +* ports: openssh 9.9.p1 `[11] `__ +* ports: pkg fix for for embedded libfetch when doing CRL verification +* ports: py-duckdb 1.1.2 `[12] `__ +* ports: syslog-ng 4.8.1 `[13] `__ +* ports: unbound 1.22.0 `[14] `__ + + + -------------------------------------------------------------------------- 24.7.6 (October 09, 2024) --------------------------------------------------------------------------