Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Change Log
----------

4.3.0 (2026/08/25 14:05 +00:00)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- FIM maintenance mode via ``agent_control -M``.
- TCP/TLS ``syslog_output`` in ``ossec-csyslogd``, with larger alert payloads.
- ModSecurity serial audit log collection (``modsec-audit``) and nginx
ModSecurity decoders/rules.
- Additional decoder, rule, and bug fixes. See the GitHub 4.3.0 release notes.

4.2.0 (2026/08/02 12:00 +00:00)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = 'OSSEC'
copyright = 'Atomicorp, Inc. 2026'
author = 'Atomicorp'
release = '4.2.0'
release = '4.3.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/development/gpg/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Verify a release tarball
curl -O https://www.ossec.net/files/OSSEC-ARCHIVE-KEY.asc
gpg --import OSSEC-ARCHIVE-KEY.asc

3. Verify (replace ``VERSION`` with the release tag, for example ``4.2.0``):
3. Verify (replace ``VERSION`` with the release tag, for example ``4.3.0``):

.. code-block:: console

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/installation/install-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Import the signing key from the official OSSEC site (do not rely on keyservers;
gpg --import OSSEC-ARCHIVE-KEY.asc

Download the tarball and matching signature for the release you are installing.
Replace ``VERSION`` with the release tag (for example ``4.2.0``):
Replace ``VERSION`` with the release tag (for example ``4.3.0``):

.. code-block:: console

Expand Down
Loading