From: Priyanka Bangalore Gurudev (prbg) Date: Mon, 20 Nov 2023 17:23:03 +0000 (+0000) Subject: Pull request #4104: build: generate and tag 3.1.75.0 X-Git-Tag: 3.1.75.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815c68b5de469e218ae702933fffba7192a1292b;p=thirdparty%2Fsnort3.git Pull request #4104: build: generate and tag 3.1.75.0 Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.75.0 to master Squashed commit of the following: commit d794334ebfe8e585a8668f728b32e207748b6ae7 Author: Priyanka Gurudev Date: Sun Nov 19 20:15:39 2023 -0500 build: generate and tag 3.1.75.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 45c829ef8..8ad151906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (snort CXX C) set (VERSION_MAJOR 3) set (VERSION_MINOR 1) -set (VERSION_PATCH 74) +set (VERSION_PATCH 75) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog.md b/ChangeLog.md index 8245a3f0e..314b471a0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +2023-11-19: 3.1.75.0 + +* appid: add appId for DNS over QUIC and DNS over HTTP/3 to application_ids.h +* decompress: use list for OLE file entries to guarantee their order in file_data +* detection: setting flag for flows with affected logging due to event filter + 2023-11-07: 3.1.74.0 * actions, detection, file_api, flow, stream: coverity fixes diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index 5a302c648..9301039e0 100644 --- a/doc/reference/snort_reference.text +++ b/doc/reference/snort_reference.text @@ -8,7 +8,7 @@ Snort 3 Reference Manual The Snort Team Revision History -Revision 3.1.74.0 2023-11-07 16:08:18 EST TST +Revision 3.1.75.0 2023-11-19 20:04:04 EST TST --------------------------------------------------------------------- diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index bd0b369ef..132d6abfe 100644 --- a/doc/upgrade/snort_upgrade.text +++ b/doc/upgrade/snort_upgrade.text @@ -8,7 +8,7 @@ Snort 3 Upgrade Manual The Snort Team Revision History -Revision 3.1.74.0 2023-11-07 16:09:07 EST TST +Revision 3.1.75.0 2023-11-19 20:04:52 EST TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index c14f673fa..bfd36a403 100644 --- a/doc/user/snort_user.text +++ b/doc/user/snort_user.text @@ -8,7 +8,7 @@ Snort 3 User Manual The Snort Team Revision History -Revision 3.1.74.0 2023-11-07 16:08:34 EST TST +Revision 3.1.75.0 2023-11-19 20:04:20 EST TST ---------------------------------------------------------------------