From 39c04bddefe8bc621d828251e15f80b9e7ac11c1 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 16 Oct 2023 17:56:35 +0200 Subject: [PATCH] changelogs --- source/CE_releases.rst | 2 +- source/releases/BE_23.4.rst | 2 +- source/releases/CE_23.7.rst | 64 +++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 2 deletions(-) diff --git a/source/CE_releases.rst b/source/CE_releases.rst index 7619b190..eb397e7d 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 *265* releases leading to the latest version *23.7.5* +As of January 2015 there have been *266* releases leading to the latest version *23.7.6* named "Restless Roadrunner". diff --git a/source/releases/BE_23.4.rst b/source/releases/BE_23.4.rst index 62cfec61..6e1ba85d 100644 --- a/source/releases/BE_23.4.rst +++ b/source/releases/BE_23.4.rst @@ -440,7 +440,7 @@ Here are the full patch notes: * ui: add a fail() handler to disable action button spinner * wizard: unbound hardened DNSSEC setting moved * plugins: os-OPNBEcore 1.1 -* plugins: os OPNcentral 1.0.6 +* plugins: os-OPNcentral 1.6 * plugins: os-acme-client 3.16 `[3] `__ * plugins: os-api-backup 1.1 `[4] `__ * plugins: os-bind 1.25 `[5] `__ diff --git a/source/releases/CE_23.7.rst b/source/releases/CE_23.7.rst index 427c7adc..626cb4f6 100644 --- a/source/releases/CE_23.7.rst +++ b/source/releases/CE_23.7.rst @@ -26,6 +26,70 @@ can be found below as well. * Full mirror list: https://opnsense.org/download/ +-------------------------------------------------------------------------- +23.7.6 (October 11, 2023) +-------------------------------------------------------------------------- + + +This update is a maintenance release improving the DS-Lite use via separate +GIF tunnels on top of IPv6-only connectivity. We are still continuing the +efforts to provide better MVC integration for the gateways abstraction as +well as working towards better MVC model consistency. + +We would like to thank GitHub user Monviech for his special contributions +in the documentation on the subject of reflection and hairpin NAT `[1] `__ . + +Here are the full patch notes: + +* system: do not mark "defunct" gateway as "disabled" as well +* system: skip all unusable gateways for monitoring +* system: simplify the code in dpinger_status() +* system: rewrite configuration history using MVC/API +* interfaces: drop obsolete PPP default route handling +* interfaces: change GRE/GIF to split reload per address family on dynamic connectivity +* interfaces: prevent reading stale configuration data in interfaces_has_prefix_only() +* interfaces: for consistency bootstrap the implicit 'none' value of the IP address modes +* interfaces: prevent extended array data from being passed in interface_bring_down() +* interfaces: fix warning due to use of an unassigned variable +* firewall: quote "a/n" protocol in pf.conf to avoid a syntax error +* firewall: fix wrong link to virtual IP page +* firewall: add "Interface / Invert" rule toggle +* firewall: fix help button in dialog for categories +* firewall: update alias and shaper models +* captive portal: update model +* dhcp: fix "ends never" parsing in DHCPv6 lease page +* dhcp: add scope to link-local DHCPv6 static mapping when creating route for delegated prefix (contributed by Maurice Walker) +* dhcp: merge_ipv6_address() was too intrusive +* intrusion detection: update model and persist values for transparency +* intrusion detection: improve locking during sqlite database creation +* ipsec: add IP4_DNS and IP6_DNS configuration payloads to connection pools (contributed by Monviech) +* ipsec: require setting a connection pool name +* ipsec: update models +* monit: update model +* openvpn: allow instances authentication without certificates when verify_client_cert is set to none +* openvpn: add role to "proto" for TCP sessions as required for TAP type tunnels +* openvpn: missing "selectpicker" class on VHID selector +* openvpn: update model +* backend: template reload wildcard was returning "OK" on partial failures +* mvc: emit correct message on required validation in BaseField +* mvc: throw on template reload issues in mutable service controller +* mvc: inline one time use of $parentKey +* mvc: set Required=Y for GroupNameField +* mvc: remove special validation messages likely never seen +* mvc: introduce isVolatile() for BaseModel +* mvc: propagate isFieldChanged() from connected children in ArrayField +* ui: remove the bootstrap-select version from the provided file in the default theme +* plugins: remove the bootstrap-select version from the provided file in all themes +* plugins: os-crowdsec 1.0.7 `[2] `__ +* plugins: os-smart reverts the use of smartctl to gather disks +* plugins: os-telegraf 1.12.9 `[3] `__ +* plugins: os-theme-rebellion 1.8.9 fixes Unbound DNS reporting page +* plugins: os-wireguard 2.3 `[4] `__ +* ports: php 8.2.11 `[5] `__ +* ports: syslog-ng 4.4.0 `[6] `__ + + + -------------------------------------------------------------------------- 23.7.5 (September 26, 2023) --------------------------------------------------------------------------