diff --git a/source/CE_releases.rst b/source/CE_releases.rst index 44d40062..67a0b812 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 *263* releases leading to the latest version *23.7.3* +As of January 2015 there have been *264* releases leading to the latest version *23.7.4* named "Restless Roadrunner". diff --git a/source/releases/BE_23.4.rst b/source/releases/BE_23.4.rst index 3918e8f4..62cfec61 100644 --- a/source/releases/BE_23.4.rst +++ b/source/releases/BE_23.4.rst @@ -110,6 +110,11 @@ Here are the full patch notes: * ports: strongswan upstream fix for VICI stalls `[18] `__ * ports: suricata 6.0.13 `[19] `__ +A hotfix release was issued as 23.4.2_1: + +* system: fix data cleansing issue in "column_count" and "sequence" values on dashboard +* ports: krb5 1.21.2 `[8] `__ +* ports: python 3.9.18 `[20] `__ -------------------------------------------------------------------------- diff --git a/source/releases/CE_23.1.rst b/source/releases/CE_23.1.rst index ec58e194..cd021345 100644 --- a/source/releases/CE_23.1.rst +++ b/source/releases/CE_23.1.rst @@ -71,6 +71,10 @@ A hotfix release was issued as 23.1.11_1: * firmware: enable upgrade path to 23.7 * ports: openssh 9.3p2 `[5] `__ +A hotfix release was issued as 23.1.11_2: + +* unbound: enable migration of Unbound DNS reports + -------------------------------------------------------------------------- diff --git a/source/releases/CE_23.7.rst b/source/releases/CE_23.7.rst index 29669d93..dd1bab1a 100644 --- a/source/releases/CE_23.7.rst +++ b/source/releases/CE_23.7.rst @@ -26,6 +26,71 @@ can be found below as well. * Full mirror list: https://opnsense.org/download/ +-------------------------------------------------------------------------- +23.7.4 (September 14, 2023) +-------------------------------------------------------------------------- + + +The usual amount of improvements go out today with FreeBSD security +advisories on top. The new Python version was also picked up. + +Note that the WireGuard plugin improvement effort is still going on +and this time we refreshed the dashboard widget as that was being +requested a number of times. The Polish language has been added to +the GUI as well. + +Here are the full patch notes: + +* system: correctly set RFC 5424 on remote TLS system logging +* system: remove hasGateways() and write DHCP router option unconditionally +* system: avoid plugin system for gateways monitor status fetch +* system: remove passing unused ifconfig data to Gateways class on static pages +* system: remove passing unused ifconfig data on gateway monitor status fetch +* system: remove the unused "alert interval" option from the gateway configuration +* interfaces: calculate_ipv6_delegation_length() should take advanced and custom dhcp6c into account +* interfaces: teach ifctl to dump all files and its data for an interface +* interfaces: remove dead link/hint in GIF table +* interfaces: avoid duplicating $vfaces array +* interfaces: introduce interfaces_restart_by_device() +* firewall: remove old __empty__ options trick from shaper model +* firewall: update models for clarity +* firmware: update model for clarity +* ipsec: omit conditional authentication properties when not applicable on connections +* ipsec: fix key pair generator for secp256k1 EC and add properer naming to GUI (contributed by Manuel Faux) +* ipsec: allow the use of eap_id = %any in instances +* openvpn: fix certificate list for client export when optional CA specified (contributed by Manuel Faux) +* openvpn: add CARP VHID tracking for client instances +* openvpn: add tun-mtu/fragment/mssfix combo for instances +* openvpn: add "route-gateway" advanced option to CSO +* openvpn: use new File::file_put_contents() wrapper for instances +* openvpn: updated model and clarified "auth" default option +* mvc: remove "non-functional" hints from form input elements +* mvc: uppercase default label in BaseListField is more likely +* ui: add bytes format to standard formatters list +* plugins: os-ddclient 1.16 `[1] `__ +* plugins: os-frr 1.36 `[2] `__ +* plugins: os-wireguard 2.1 `[3] `__ +* plugins: os-tinc 1.7 adds support for "StrictSubnets" variable (contributed by andrewhotlab) +* lang: update translations and add Polish +* src: bring back netmap tun(4) ethernet header emulation (contributed by Sunny Valley Networks) +* src: axgbe: gracefully handle i2c bus failures +* src: bnxt: do not restart on VLAN changes +* src: ice: do not restart on VLAN changes +* src: net: do not overwrite VLAN PCP +* src: net: remove VLAN metadata on PCP / VLAN encapsulation +* src: if_vlan: always default to 802.1 +* src: iflib: fix panic during driver reload stress test +* src: iflib: fix white space and reduce some line lengths +* src: ixgbe: define IXGBE_LE32_TO_CPUS +* src: ixgbe: check for fw_recovery +* src: net80211: fail for unicast traffic without unicast key `[4] `__ +* src: pcib: allocate the memory BAR with the MSI-X table `[5] `__ +* ports: php 8.2.10 `[6] `__ +* ports: python 3.9.18 `[7] `__ +* ports: unbound 1.18.0 `[8] `__ + + + -------------------------------------------------------------------------- 23.7.3 (August 30, 2023) --------------------------------------------------------------------------