diff --git a/CHANGES b/CHANGES index 160e09e19b..d5d00df91c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +8.1.0-dev.451 | 2025-08-21 17:10:05 -0700 + + * Minor fixes to a few NEWS entries. (Christian Kreibich, Corelight) + 8.1.0-dev.449 | 2025-08-21 17:02:51 +0200 * README.md: Add Mastodon and Bluesky links (Arne Welzel, Corelight) diff --git a/NEWS b/NEWS index 8d656df55c..2fb2146460 100644 --- a/NEWS +++ b/NEWS @@ -359,7 +359,7 @@ New Functionality - Zeek now supports extracting the PPPoE session ID. The ``PacketAnalyzer::PPPoE::session_id`` BiF can be used to get the session ID of the current packet. - The ``onn/pppoe-session-id-logging.zeek`` policy script adds pppoe session IDs to the + The ``conn/pppoe-session-id-logging.zeek`` policy script adds pppoe session IDs to the connection log. The ``get_conn_stats()`` function's return value now includes the number of packets @@ -429,7 +429,7 @@ Changed Functionality times in X509 certificates as local times. - The PPPoE parser now respects the size value given in the PPPoE header. Data - beyon the size given in the header will be truncated. + beyond the size given in the header will be truncated. - Record fields with ``&default`` attributes initializing empty ``vector``, ``table`` or ``set`` instances are now deferred until they are accessed, potentially @@ -821,7 +821,7 @@ New Functionality some updates to Zeek's internal DNS resolver due to changes in the c-ares API. At least version v1.28.0 is now required to build Zeek. - - Python 3.9 is now required for Zeek and all of it's associated subprojects. + - Python 3.9 is now required for Zeek and all of its associated subprojects. - IP-based connections that were previously not logged due to using an unknown IP protocol (e.g. not TCP, UDP, or ICMP) now appear in conn.log. All conn.log @@ -912,7 +912,7 @@ New Functionality analyzer used for processing the packet when the event is raised. The ``unknown_protocol.log`` file was extended to include this information. -- The MySQL analyzer now generates a ``mysql_user_change()`` event when the user +- The MySQL analyzer now generates a ``mysql_change_user()`` event when the user changes mid-session via the ``COM_USER_CHANGE`` command. - The DNS analyzer was extended to support TKEY RRs (RFC 2390). A corresponding diff --git a/VERSION b/VERSION index 49f2c0a80e..83b00ab178 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.0-dev.449 +8.1.0-dev.451