changelogs

pull/508/head
Ad Schellevis 7 months ago
parent 2f1b56bc93
commit 39c04bddef

@ -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".

@ -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] <https://github.com/opnsense/plugins/blob/stable/23.1/security/acme-client/pkg-descr>`__
* plugins: os-api-backup 1.1 `[4] <https://github.com/opnsense/plugins/blob/stable/23.1/sysutils/api-backup/pkg-descr>`__
* plugins: os-bind 1.25 `[5] <https://github.com/opnsense/plugins/blob/stable/23.1/dns/bind/pkg-descr>`__

@ -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] <https://docs.opnsense.org/manual/how-tos/nat_reflection.html>`__ .
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] <https://github.com/opnsense/plugins/blob/stable/23.7/security/crowdsec/pkg-descr>`__
* plugins: os-smart reverts the use of smartctl to gather disks
* plugins: os-telegraf 1.12.9 `[3] <https://github.com/opnsense/plugins/blob/stable/23.7/net-mgmt/telegraf/pkg-descr>`__
* plugins: os-theme-rebellion 1.8.9 fixes Unbound DNS reporting page
* plugins: os-wireguard 2.3 `[4] <https://github.com/opnsense/plugins/blob/stable/23.7/net/wireguard/pkg-descr>`__
* ports: php 8.2.11 `[5] <https://www.php.net/ChangeLog-8.php#8.2.11>`__
* ports: syslog-ng 4.4.0 `[6] <https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.4.0>`__
--------------------------------------------------------------------------
23.7.5 (September 26, 2023)
--------------------------------------------------------------------------

Loading…
Cancel
Save