From c0f908a735e2382ca0509bac049ce4b390a9520b Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 4 Apr 2024 14:12:12 +0200 Subject: [PATCH] changelogs --- source/CE_releases.rst | 2 +- source/releases/CE_24.1.rst | 63 +++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/source/CE_releases.rst b/source/CE_releases.rst index 1e0bf786..c770e71d 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 *278* releases leading to the latest version *24.1.4* +As of January 2015 there have been *279* releases leading to the latest version *24.1.5* named "Savvy Shark". diff --git a/source/releases/CE_24.1.rst b/source/releases/CE_24.1.rst index d563a251..bbf98135 100644 --- a/source/releases/CE_24.1.rst +++ b/source/releases/CE_24.1.rst @@ -27,6 +27,69 @@ can be found below as well. * Full mirror list: https://opnsense.org/download/ +-------------------------------------------------------------------------- +24.1.5 (April 04, 2024) +-------------------------------------------------------------------------- + + +Today the kernel receives a number of minor updates that have accumulated +since 24.1.2 was released. The primary focus for the time being is adding +fixes and MVC improvements for upcoming feature backports into the next +24.1.x versions. + +The update presents itself as a hotfix 24.1.5_1 but that is only due to +catching an issue during the last QA stage with an update of the gettext +library. + +Here are the full patch notes: + +* system: fix PHP warnings and spurious validation in route model +* system: fix translation of static PHP pages with newer gettext +* interfaces: support a primary interface in LAGG failover mode +* interfaces: stop caching IPv6 address to decide if reload is required +* firmware: opnsense-revert: fix issue with downloaded package install +* ipsec: fix typo in config generation for AH proposals +* unbound: duckduckgo.com blocklist fix +* wireguard: add a peer configuration generator with QR code capability +* wireguard: improve overall configuration UX +* mvc: add "safe" filter in Phalcon volt templates +* mvc: feed current language into view to replace hardcoded "en-US" +* mvc: fix minor regression with "allownew" not having a default +* mvc: extend model implementation to support volatile fields +* mvc: add setBaseHook() to ApiMutableModelControllerBase +* rc: fix wrong order in service startup (contributed by Frank Wall) +* ui: move cache_safe() functions to appropriate include +* ui: add a "statusled" formatter to bootgrid +* ui: add a "grid-reload" helper to SimpleActionButton +* plugins: os-bind 1.21 `[1] `__ +* plugins: os-caddy 1.5.3 `[2] `__ +* src: wg: fix handling of errors in wg_transmit() +* src: wg: use proper barriers around pkt->p_state +* src: kern: fix panic with disabled ttys +* src: opencrypto: advance the correct pointer in crypto_cursor_copydata() +* src: opencrypto: handle end-of-cursor conditions in crypto_cursor_segment() +* src: opencrypto: respect alignment constraints in xor_and_encrypt() +* src: ccr,ccp: fix argument order to sglist_append_vmpages +* src: ossl: add missing labels to bsaes-armv7.S +* src: ipsec esp: avoid dereferencing freed secasindex +* src: irdma: upgrade to 1.2.36-k +* src: irdma: remove artificial completion generator +* src: tcp: cubic - restart epoch after RTO +* src: tcp: prevent div by zero in cc_htcp +* src: net80211: adjust more VHT structures/fields +* ports: curl 8.7.1 `[3] `__ +* ports: expat 2.6.2 `[4] `__ +* ports: libucl 0.9.1 +* ports: lighttpd 1.4.75 `[5] `__ +* ports: nss 3.99 `[6] `__ +* ports: openssh-portable 9.7p1 `[7] `__ +* ports: openvpn 2.6.10 `[8] `__ +* ports: php 8.2.17 `[9] `__ +* ports: py-duckdb 0.10.1 `[10] `__ +* ports: py-netaddr 1.2.1 `[11] `__ + + + -------------------------------------------------------------------------- 24.1.4 (March 20, 2024) --------------------------------------------------------------------------