From cc8894530256954e018ca1b1c860f64556e72616 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 27 Jun 2023 16:07:46 +0200 Subject: [PATCH] changelogs --- source/CE_releases.rst | 2 +- source/releases/CE_23.1.rst | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/source/CE_releases.rst b/source/CE_releases.rst index d797221e..35125f1a 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 *254* releases leading to the latest version *23.1.9* +As of January 2015 there have been *255* releases leading to the latest version *23.1.10* named "Quintessential Quail". diff --git a/source/releases/CE_23.1.rst b/source/releases/CE_23.1.rst index 2858dd98..4da0cb6d 100644 --- a/source/releases/CE_23.1.rst +++ b/source/releases/CE_23.1.rst @@ -29,6 +29,68 @@ can be found below as well. * Full mirror list: https://opnsense.org/download/ +-------------------------------------------------------------------------- +23.1.10 (June 22, 2023) +-------------------------------------------------------------------------- + + +As summer is approaching we release this minor update in preparation for +the upcoming 23.7 series. We are planning the upgrade to FreeBSD 13.2 +as well as offering an MVC variant of the OpenVPN integration amongst +many other improvements some of which already shipped in previous 23.1.x +releases. + +There may be another kernel update before the final 23.7 arrives but that +is for next week to decide. For now enjoy the sun and stay hydrated! + +Here are the full patch notes: + +* system: do not delete dpinger PID file +* system: improve RRD collector PID/service handling +* system: do not touch /var/run/booting if it exists (contributed by William Desportes) +* system: do a full transition on gateway group apply +* system: automatically create core dump with installed debug kernel +* interfaces: minor fixes in IP address status read +* interfaces: additions for legacy_interface_stats() +* interfaces: use interfaces_primary_address() during IPv4 renewal +* firewall: remove duplicate table defintions +* firewall: prevent VIP address adding /32 on IPv6 rule selection +* firmware: opnsense-update: move -K option to -x +* firmware: opnsense-update: support deferred kernel set install +* firmware: opnsense-update: use -w option with -a option in fetch(1) +* firmware: opnsense-update: ensure kernel directory consistency +* firmware: shift subscription key extract to "-x" option +* firmware: use post-upgrade hook and stage kernel as well for clean abort +* firmware: sort plugins before store +* dhcp: fix IPv6 lease page undefined vars and other issues +* dhcp: share DUID parsing code via dhcpd_parse_duid() +* dhcp: revamp the prefix route handling also adding support for statically mapped downstream routers +* monit: fix "not on" validation +* openvpn: fix typo in widget for client timestamp display +* web proxy: syslog parsing cleanup +* ui: remove noodp and noydir from HTML meta robots tag (contributed by William Desportes) +* plugins: os-crowdsec 1.0.6 `[1] `__ +* plugins: os-nginx 1.32.1 `[2] `__ +* ports: curl 8.1.2 `[3] `__ +* ports: krb5 1.21 `[4] `__ +* ports: nss 3.90 `[5] `__ +* ports: ntp 4.2.8p17 `[6] `__ +* ports: openssl 1.1.1u `[7] `__ +* ports: openvpn 2.6.5 `[8] `__ +* ports: php 8.1.20 `[9] `__ +* ports: phalcon 5.2.2 `[10] `__ +* ports: python 3.9.17 `[11] `__ +* ports: squid 5.9 `[12] `__ +* ports: strongswan upstream fix for VICI stalls `[13] `__ +* ports: suricata 6.0.13 `[14] `__ + +A hotfix release was issued as 23.1.10_1: + +* firewall: align rule validation with port forward validation +* plugins: os-nginx fix for missing load_module directive after nginx update to 1.24 + + + -------------------------------------------------------------------------- 23.1.9 (May 31, 2023) --------------------------------------------------------------------------