From 86ad15580839c15c057ca3e9b3e09eff81694a38 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 28 Mar 2024 13:04:55 +0100 Subject: [PATCH] changelogs --- source/manual/how-tos/guestnet.rst | 2 +- source/releases/BE_23.10.rst | 41 ++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/source/manual/how-tos/guestnet.rst b/source/manual/how-tos/guestnet.rst index 56a02564..b927b56b 100644 --- a/source/manual/how-tos/guestnet.rst +++ b/source/manual/how-tos/guestnet.rst @@ -72,7 +72,7 @@ Select **Enable Interface** and fill in the following data for our example: **MSS** (Leave Blank) **Speed and duplex** Default *You may also select the speed when known* **Static IPv4 address** 192.168.200.1/24 *We will use this segment for our guests* - **IPv4 Upstream Gateway** Auto-detect + **IPv4 Upstream Gateway** Default ============================== ================= ============================================== Press **Save** and then **Apply changes**. diff --git a/source/releases/BE_23.10.rst b/source/releases/BE_23.10.rst index 6be425d9..e5efc996 100644 --- a/source/releases/BE_23.10.rst +++ b/source/releases/BE_23.10.rst @@ -16,6 +16,47 @@ the images can be found below as well. https://downloads.opnsense.com/ +-------------------------------------------------------------------------- +23.10.3 (March 28, 2024) +-------------------------------------------------------------------------- + +This business release is based on the OPNsense 23.7.12 community version +with additional reliability improvements. + +Here are the full patch notes: + +* system: fix handling of empty "serialusb" node set during import +* system: fix assorted PHP deprecation warnings +* system: add issuer and logo to OTP link +* system: prevent empty "user" node to crash during boot +* system: allow 0 length voucher passwords in authentication server +* reporting: update traffic graph colors to be contrast and consistent (contributed by brotherla) +* interfaces: add missing ACL entries for ARP/NDP tables +* interfaces: prevent modal x-axis overflow on packet capture page +* firewall: add optional advanced property "State policy" to influence state creation on a per rule base +* firewall: change default traffic normalization behavior and choose "in" as standard direction for manual rules +* firewall: refactor schedule matching and fix an end-of-the-month bug +* firewall: fix incorrect packet counters statistics collection +* firewall: fix virtual IP API use with subnet/subnet_bits usage +* firewall: fix floating rule display (contributed by lin-xianming) +* firewall: fix display of ICMP tooltip (contributed by lin-xianming) +* firewall: make select width more consistent on alias diagnostics table selection +* ipsec: show EAP-RADIUS settings only when legacy tunnels are being used +* unbound: prevent os.write() on None when another thread closed the pipe in Python module +* unbound: make atomic copies of root.hints file to hopefully appease Unbound startup problems +* unbound: fix missing /lib nullfs mount in chroot +* unbound: add aggressive-nsec option toggle (contributed by kulikov-a) +* mvc: fix PHP_FLOAT_MIN being unreliable +* ui: replace all > and < occurrences in treeview (contributed by lin-xianming) +* ui: fix epoch support as number in bootgrid +* plugins: os-OPNProxy 1.0.4 removes ident support +* plugins: os-OPNWAF 1.3 adds SSLVerifyDepth +* ports: curl 8.6.0 `[1] `__ +* ports: suricata 6.0.17 `[2] `__ +* ports: unbound 1.19.3 `[3] `__ + + + -------------------------------------------------------------------------- 23.10.2 (February 02, 2024) --------------------------------------------------------------------------