Skip to content

Commit 7cc8408

Browse files
committed
changelogs
1 parent 65f20cf commit 7cc8408

2 files changed

Lines changed: 58 additions & 1 deletion

File tree

source/CE_releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Community Edition
88
:width: 600px
99
:align: center
1010

11-
As of January 2015 there have been *336* releases leading to the latest version *26.1.3*
11+
As of January 2015 there have been *337* releases leading to the latest version *26.1.4*
1212
named "Witty Woodpecker".
1313

1414

source/releases/CE_26.1.rst

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,63 @@ can be found below as well.
3434
* Full mirror list: https://opnsense.org/download/
3535

3636

37+
--------------------------------------------------------------------------
38+
26.1.4 (March 11, 2026)
39+
--------------------------------------------------------------------------
40+
41+
42+
This is basically a maintenance release in assorted areas, but also includes
43+
a CVE for the GUI for missing POST checks in the API. We thank everyone
44+
for reporting issues and testing the fixes with us to allow for easy and fast
45+
releases such as this one.
46+
47+
The roadmap is almost ready to be published. Expect it later this week.
48+
49+
Here are the full patch notes:
50+
51+
* system: store dashboard layout types based on column breakpoints
52+
* system: do not show snapshot notes in the grid
53+
* system: use safe config iteration in admin settings page
54+
* reporting: use safe config iteration in RRD code
55+
* interfaces: remove unused ip_in_interface_alias_subnet()
56+
* interfaces: use safe config iteration in PPP edit page
57+
* firewall: fix access to deleted filter node in advanced settings
58+
* firewall: merge MVC NAT page templates into a single one
59+
* firewall: when repopulating the interface selectpicker, always restore current selection in new rules GUI
60+
* firewall: remove hardcoded colors where possible in new rules GUI
61+
* firewall: fix category colors in new rules GUI
62+
* firewall: merge read of groups and interfaces in new rules GUI
63+
* firewall: make MVC protocol selection match the old rules pages
64+
* firewall: add model validations for common errors in destination NAT
65+
* firewall: live view: allow regex use in "contains" cases
66+
* firewall: live view: fix SyntaxWarning in log reader backend
67+
* firewall: use safe iteration in old rule page for schedule lookup
68+
* firewall: use safe config iteration in outbound NAT page
69+
* firmware: add aux repository support
70+
* ipsec: use safe config iteration for VIP lookup
71+
* kea: guard prefix watcher when no link-local address exists for a route that should be installed
72+
* monit: use safe config iteration in gateway alert script
73+
* openvpn: debounce learn-address calls to limit the number of alias updates to a minimum
74+
* openvpn: add validation for selecting username as CN without setting any authentication
75+
* unbound: split logic in update_blocklist() and simplify getPoliciesAction()
76+
* unbound: move policy fetch to the controller and clean up accordingly
77+
* backend: remove unused examples throwing errors now
78+
* backend: fix configd using a new temporary file for cached items
79+
* mvc: ConfigMaintenance: when constructing class names use a safer way to strip .php extension
80+
* mvc: fix CSRF vulnerability in multiple API endpoints by enforcing POST-only requests `[1] <https://www.cve.org/cverecord?id=CVE-2026-30868>`__ (contributed by Oliver Jueguen)
81+
* mvc: move CertificateField, InterfaceField and ProtocolField to newer static option API
82+
* shell: improve config restore UX using diff and additional meta data display
83+
* ui: remove two unused static PHP array definitions
84+
* ui: Bootgrid: split row selection behavior into rowSelection boolean
85+
* ui: Bootgrid: force a lightweight redraw when columns are programmatically changed
86+
* ui: Bootgrid: fix curRowCount type conversion issue when stored in localStorage
87+
* lang: various language updates
88+
* ports: libxml 2.15.2 `[2] <https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/NEWS>`__
89+
* ports: strongswan 6.0.4 `[3] <https://github.com/strongswan/strongswan/releases/tag/6.0.4>`__
90+
* ports: syslog-ng 4.11.0 `[4] <https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.11.0>`__
91+
92+
93+
3794
--------------------------------------------------------------------------
3895
26.1.3 (March 04, 2026)
3996
--------------------------------------------------------------------------

0 commit comments

Comments
 (0)