]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4104: build: generate and tag 3.1.75.0 3.1.75.0
authorPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Mon, 20 Nov 2023 17:23:03 +0000 (17:23 +0000)
committerPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Mon, 20 Nov 2023 17:23:03 +0000 (17:23 +0000)
Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.75.0 to master

Squashed commit of the following:

commit d794334ebfe8e585a8668f728b32e207748b6ae7
Author: Priyanka Gurudev <prbg@cisco.com>
Date:   Sun Nov 19 20:15:39 2023 -0500

    build: generate and tag 3.1.75.0

CMakeLists.txt
ChangeLog.md
doc/reference/snort_reference.text
doc/upgrade/snort_upgrade.text
doc/user/snort_user.text

index 45c829ef81ffa1fddc862a4adda5482328b3c670..8ad15190653c1bc6a4c097c079e900adc72cdfd9 100644 (file)
@@ -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}")
 
index 8245a3f0ee186a2a95d9c9b18869a92247350989..314b471a0d992a13472e7812923e6ba9fd4fd660 100644 (file)
@@ -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
index 5a302c64842f79d4d4ee3f16fcda70e55578aeb6..9301039e0f6192b3b838f70178b3b41e7768c032 100644 (file)
@@ -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
 
 ---------------------------------------------------------------------
 
index bd0b369ef1afa32b5909d17b81b21dd496a30b16..132d6abfe9cd1cfb17800b39f4443da1165abc21 100644 (file)
@@ -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
 
 ---------------------------------------------------------------------
 
index c14f673fae92a8eb8d703db4a373e4ad8e1a60da..bfd36a403de47a381d81e4f9ea50f3481b67d6b9 100644 (file)
@@ -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
 
 ---------------------------------------------------------------------