changelogs

pull/421/head
Ad Schellevis 2 years ago
parent 0658fee507
commit bb5230e7ec

@ -14,6 +14,51 @@ the images can be found below as well.
https://downloads.opnsense.com/
--------------------------------------------------------------------------
22.4.3 (August 04, 2022)
--------------------------------------------------------------------------
This business release is based on the OPNsense 22.1.10 community version
with additional reliability improvements.
Here are the full patch notes:
* system: properly shut down removed interfaces in console port assignment
* system: log hard limit results in 9999 entries for grid output
* system: move add_user script out of shell scripts
* system: disable flag was not removing static route
* system: fix RADIUS config validation for port requirement (contributed by Josh Soref)
* system: properly cleanse user input in Monit dashboard widget
* system: flush all core Python pyc files on updates
* system: apply default firewall policy before interface configuration
* interfaces: move lo0 interface registration to loopback
* interfaces: simplify bridge destroy on deletion
* interfaces: add missing scope to link-local GIF host route
* interfaces: fix "Allow service binding" for multiple aliases per interface (contributed by Adam Dawidowski)
* firewall: ignore age/expire when not provided or empty in sessions page
* firewall: internal aliases cannot be disabled
* firmware: update repository silently on remote list if needed
* intrusion detection: remove dead link to McAfee rule references
* ipsec: move vici library from core to ports
* unbound: prevent crash of DHCP lease watcher due to unhandled CalledProcessError exception
* backend: except configparser read (contributed by agh1467)
* mvc: AutoNumberField: set minimum value to 1
* mvc: IntegerFieldType: fix for negative numbers (contributed by xbb)
* mvc: fix two regressions in BaseField for Phalcon 5
* mvc: fix rowCount when all is selected in searchRecordsetBase()
* plugins: os-ddclient 1.8 `[1] <https://github.com/opnsense/plugins/blob/stable/22.1/dns/ddclient/pkg-descr>`__
* plugins: os-firewall 1.2 fixes internal backup restore
* plugins: os-postfix 1.23 `[2] <https://github.com/opnsense/plugins/blob/stable/22.1/mail/postfix/pkg-descr>`__
* plugins: os-stunnel 1.0.5 adds intermediates to server chain (contributed by Johnny S. Lee)
* plugins: os-telegraf 1.12.5 `[3] <https://github.com/opnsense/plugins/blob/stable/22.1/net-mgmt/telegraf/pkg-descr>`__
* ports: nss 3.80 `[4] <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.80_release_notes>`__
* ports: py-vici 5.9.3
* ports: python 3.9.13 `[5] <https://docs.python.org/release/3.9.13/whatsnew/changelog.html>`__
* ports: sudo 1.9.11p3 `[6] <https://www.sudo.ws/stable.html#1.9.11p3>`__
* ports: syslog-ng 3.37.1 `[7] <https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.37.1>`__
--------------------------------------------------------------------------
22.4.2 (July 07, 2022)
--------------------------------------------------------------------------

@ -476,7 +476,7 @@ The full change log of 15.1.10 is as follows:
* kernel: fixed IPSec dropping connections in some scenarios
* images: a new NanoBSD-based image has been added to the release
bundle (directly written to SD or HD)
* notable ports updates: curl 7.42.1, ca_root_nss: 3.18.1
* notable ports updates: curl 7.42.1, ca_root_nss 3.18.1
* installer: omit swap and add noatime to root partition in quick/easy
install when available space is under 30GB, fixed faulty exit on
importer cancel

@ -375,7 +375,7 @@ Here are the full patch notes:
* plugins: os-clamav 1.1 adds version info display and /var MFS support (contributed by Alexander Shursha)
* plugins: os-freeradius 1.1 (contributed by Michael Muenz)
* plugins: os-monit 1.4 M/Monit support and fixes (contributed by Frank Brendel)
* plugins: os-siproxd: 1.0 (contributed by Michael Muenz)
* plugins: os-siproxd 1.0 (contributed by Michael Muenz)
* plugins: os-web-proxy-sso 2.0 (contributed by Smart-Soft)
* plugins: os-zerotier 1.3 adds remote network info and local.conf setting (contributed by David Harrigan)
* ports: curl 7.56.0 `[2] <https://curl.haxx.se/changes.html>`__

@ -73,7 +73,7 @@ Here are the full patch notes:
* plugins: os-stunnel 1.0.5 adds intermediates to server chain (contributed by Johnny S. Lee)
* plugins: os-telegraf 1.12.5 `[3] <https://github.com/opnsense/plugins/blob/stable/22.1/net-mgmt/telegraf/pkg-descr>`__
* ports: curl 7.84.0 `[4] <https://curl.se/changes.html#7_84_0>`__
* ports: nss: 3.80 `[5] <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.80_release_notes>`__
* ports: nss 3.80 `[5] <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.80_release_notes>`__
* ports: openssl 1.1.1q `[6] <https://www.openssl.org/news/openssl-1.1.1-notes.html>`__
* ports: phalcon 5.0.0RC2 `[7] <https://github.com/phalcon/cphalcon/releases/tag/v5.0.0RC2>`__
* ports: py-vici 5.9.3

@ -172,6 +172,13 @@ Here are the full patch notes against 22.1.10:
* ports: suricata 6.0.6 `[9] <https://redmine.openinfosecfoundation.org/versions/176>`__
* ports: unbound 1.16.1 `[10] <https://nlnetlabs.nl/projects/unbound/download/#unbound-1-16-1>`__
A hotfix release was issued as 22.7_4:
* system: IXR_Library using incorrect constructor format for PHP 8
* interfaces: fix issues with PPP uptime display in PHP 8
* firewall: do not emit link-local address on IPv6 network outbound NAT
* mvc: remove stray error_reporting(E_ALL) calls
Known issues and limitations:
* The DH parameter is no longer available in OpenVPN server configuration and now fixed to the RFC 7919 4096 bit key. The only downside may be lower performance on older machines.

Loading…
Cancel
Save