From 0f558cd90fd255292c36aa8fba4d8f807da60ed1 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sat, 18 May 2024 12:36:41 +0200 Subject: [PATCH] changlogs --- 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 557fa699..ef1f221b 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 *280* releases leading to the latest version *24.1.6* +As of January 2015 there have been *281* releases leading to the latest version *24.1.7* named "Savvy Shark". diff --git a/source/releases/CE_24.1.rst b/source/releases/CE_24.1.rst index f7393bf3..fdcf30df 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.7 (May 16, 2024) +-------------------------------------------------------------------------- + + +Python was updated to version 3.11 along with the usual reliability patches +in the core, plugins and third party software. + +At the moment we are working on removing most of the Phalcon framework +dependencies which have the side effect of speeding up the MVC/API bits. +The new dashboard is also taking shape. Try it on the development version +if you can and let us know what you think. + +Here are the full patch notes: + +* system: fix maximum log file size being ignored when there is only one file +* system: make log rotate action available to Cron +* system: remove get_current_theme() and improve static page templating +* system: move radvd and rtsold to system log where they belong +* system: deny access to .core files from web GUI and disable core dumps by default +* system: adjust log levels in Google Drive backup +* system: prevent out of memory on gateways migrations +* interfaces: give DAD another second of delay to finish for the IPv6 renew +* interfaces: reword the gateway selector default and help text to describe its function more accurately +* ipsec: allow the equal sign for identity parsing in connections +* isc-dhcp: make private consumers actually private where it matters +* kea-dhcp: generate JSON payload from model +* kea-dhcp: fix field separator for subnet domain search (contributed by KitKat31337) +* openvpn: fix "attempt to read property..." in status page +* openvpn: safeguard config access in updown_event.py +* wireguard: pass endpoint to validator to avoid invalid QR code errors on mobile app +* wireguard: add MTU when set on the instance +* backend: allow to query multiple sysctl queries at once +* mvc: pass isFieldChanged() to children in ContainerField +* mvc: replace \Phalcon\Filter\Validation\Exception with \OPNsense\Base\ValidationException wrapper +* mvc: extend model implementation to ease legacy migrations +* mvc: change exception handling in runMigrations() to avoid mismatches in attributes being silently ignored +* mvc: refactor grid search to fetch descriptive values from the model instead of trying to reconstruct them +* mvc: replace array_map+strval for loop with cast to preserve execution time in BaseListField +* ui: fix bootgrid parsing of timestamp +* ui: improve tokenizer paste behaviour +* plugins: os-acme-client 4.3 `[1] `__ +* plugins: os-caddy 1.5.5 `[2] `__ +* plugins: os-crowdsec 1.0.8 `[3] `__ +* plugins: os-freeradius 1.9.23 `[4] `__ +* plugins: os-frr 1.40 `[5] `__ +* plugins: os-relayd 2.9 moves validation to model where it belongs +* plugins: os-shadowsocks 1.1 adds transport mode option (contributed by xabbok255) +* plugins: os-squid workaround for broken OpenSSL legacy provider handling +* plugins: os-telegraf 1.12.11 `[6] `__ +* ports: libpfctl 0.11 +* ports: libucl 0.9.2 +* ports: lighttpd 1.4.76 `[7] `__ +* ports: php 8.2.19 `[8] `__ gg +* ports: pecl-mcrypt 1.0.7 +* ports: python 3.11.9 `[9] `__ +* ports: strongswan 5.9.14 `[10] `__ +* ports: suricata 7.0.5 `[11] `__ +* ports: syslog-ng 4.7.1 `[12] `__ +* ports: unbound 1.20.0 `[13] `__ + + + -------------------------------------------------------------------------- 24.1.6 (April 18, 2024) --------------------------------------------------------------------------