Skip to content

Commit 49196bf

Browse files
committed
changelogs
1 parent 7a5ac14 commit 49196bf

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

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 *294* releases leading to the latest version *24.7.6*
11+
As of January 2015 there have been *295* releases leading to the latest version *24.7.7*
1212
named "Thriving Tiger".
1313

1414

source/releases/BE_24.10.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,19 @@ Here are the full changes against version 24.4.3:
342342
* ports: unbound 1.21.1 `[42] <https://nlnetlabs.nl/projects/unbound/download/#unbound-1-21-1>`__
343343
* ports: wpa_supplicant 2.11 `[43] <https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog>`__
344344

345+
A hotfix release was issued as 24.10_1:
346+
347+
* firmware: fix timeout in update CRL fetcher
348+
349+
A hotfix release was issued as 24.10_7:
350+
351+
* system: fix certificate condition in setCRL() (contributed by richierg)
352+
* firewall: throttle live logging on dashboard widget
353+
* mvc: fix config.xml file open mode in overwrite()
354+
* mvc: add missing request->hasQuery()
355+
* mvc: add missing request->getScheme()
356+
* mvc: add missing request->getURI()
357+
345358
Migration notes, known issues and limitations:
346359

347360
* The dashboard has been replaced. Widgets from the old format are no longer supported and need to be rewritten by the respective authors.

source/releases/CE_24.7.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,60 @@ can be found below as well.
3030
* Full mirror list: https://opnsense.org/download/
3131

3232

33+
--------------------------------------------------------------------------
34+
24.7.7 (October 23, 2024)
35+
--------------------------------------------------------------------------
36+
37+
38+
A small update to keep things moving forward while things are quietening
39+
down a little bit. Still working on improving the trust store integration
40+
and already tackling new MVC/API conversions on the development end.
41+
42+
Here are the full patch notes:
43+
44+
* system: add OpenSSH "RekeyLimit" with a limited set of choices
45+
* system: fix certificate condition in setCRL() (contributed by richierg)
46+
* system: untrusted directory changed in FreeBSD 14
47+
* system: remove obsolete banners from static pages
48+
* system: address CRL/cert subject hash mismatch during trust store rehash
49+
* reporting: refactor existing RRD backend code
50+
* firewall: throttle live logging on dashboard widget
51+
* interfaces: fix VXLAN interface being busy when vxlanlocal or vxlanremote is changed
52+
* interfaces: 6RD/6to4 route creation should be limited to IPv6
53+
* firmware: remove escaped slashes workaround on mirror/flavour write
54+
* firmware: CRL checking for business update mirror
55+
* firmware: introduce config.sh and use it in launcher.sh and connection.sh
56+
* firmware: restart cron on updates
57+
* intrusion detection: reorganise settings page with headers
58+
* intrusion detection: support configuration of eve-log for HTTP and TLS (contributed by Toby Chen)
59+
* ipsec: fix advanced option "max_ikev1_exchanges"
60+
* backend: cache file cleanup when TTL is reached
61+
* backend: correct template helper exists() return type (contributed by kumy)
62+
* mvc: fix config.xml file open mode in overwrite()
63+
* mvc: add missing request->hasQuery()
64+
* mvc: add missing request->getScheme()
65+
* mvc: add missing request->getURI()
66+
* mvc: extend sanity checks in isIPInCIDR()
67+
* ui: fix tree view style targeting elements outside this view
68+
* plugins: enforce defaults on devices
69+
* plugins: os-caddy 1.7.3 `[1] <https://github.com/opnsense/plugins/blob/stable/24.7/www/caddy/pkg-descr>`__
70+
* plugins: os-ddclient 1.25 `[2] <https://github.com/opnsense/plugins/blob/stable/24.7/dns/ddclient/pkg-descr>`__
71+
* plugins: os-freeradius 1.9.26 `[3] <https://github.com/opnsense/plugins/blob/stable/24.7/net/freeradius/pkg-descr>`__
72+
* plugins: os-frr 1.42 `[4] <https://github.com/opnsense/plugins/blob/stable/24.7/net/frr/pkg-descr>`__
73+
* plugins: os-lldpd 1.2 `[5] <https://github.com/opnsense/plugins/blob/stable/24.7/net-mgmt/lldpd/pkg-descr>`__
74+
* plugins: os-net-snmp 1.6 `[6] <https://github.com/opnsense/plugins/blob/stable/24.7/net-mgmt/net-snmp/pkg-descr>`__
75+
* plugins: os-upnp 1.7 `[7] <https://github.com/opnsense/plugins/blob/stable/24.7/net/upnp/pkg-descr>`__
76+
* plugins: os-wazuh-agent 1.1 `[8] <https://github.com/opnsense/plugins/blob/stable/24.7/security/wazuh-agent/pkg-descr>`__
77+
* ports: monit 5.34.2 `[9] <https://mmonit.com/monit/changes/>`__
78+
* ports: nss 3.105 `[10] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_105.html>`__
79+
* ports: openssh 9.9.p1 `[11] <https://www.openssh.com/txt/release-9.9>`__
80+
* ports: pkg fix for for embedded libfetch when doing CRL verification
81+
* ports: py-duckdb 1.1.2 `[12] <https://github.com/duckdb/duckdb/releases/tag/v1.1.2>`__
82+
* ports: syslog-ng 4.8.1 `[13] <https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.8.1>`__
83+
* ports: unbound 1.22.0 `[14] <https://nlnetlabs.nl/projects/unbound/download/#unbound-1-22-0>`__
84+
85+
86+
3387
--------------------------------------------------------------------------
3488
24.7.6 (October 09, 2024)
3589
--------------------------------------------------------------------------

0 commit comments

Comments
 (0)