From: Mike Stepanek (mstepane) Date: Mon, 31 Jan 2022 13:47:23 +0000 (+0000) Subject: Pull request #3253: build: Generate and tag 3.1.22.0 X-Git-Tag: 3.1.22.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d08179fe15d20d6eed2481e93686ba45eeda43;p=thirdparty%2Fsnort3.git Pull request #3253: build: Generate and tag 3.1.22.0 Merge in SNORT/snort3 from ~MSTEPANE/snort3:build_3.1.22.0 to master Squashed commit of the following: commit 8e72732ceead2e94549fe4636bfd3e7361555876 Author: Mike Stepanek Date: Mon Jan 31 06:05:52 2022 -0500 build: Generate and tag 3.1.22.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 74b20505a..9c8607ab0 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 21) +set (VERSION_PATCH 22) set (VERSION_SUBLEVEL 0) set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}") diff --git a/ChangeLog b/ChangeLog index 0cf3ec2ea..5f517b94c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022/01/31 - 3.1.22.0 + +appid: give priority to custom process to app mappings over ODP mappings +appid: rename efp (encrypted fingerprint) to eve (encrypted visibility engine) +detection: change output format of dump-rule-state +pub_sub: export assistant_gadget_event.h header file +stream: set the max number of flows pruned while idle to 400 + 2022/01/25 - 3.1.21.0 appid: do not delay detection of SMB service for the sake of version detection diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index 6e772bee9..39d91a86c 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.21.0 2022-01-25 11:23:50 EST TST +Revision 3.1.22.0 2022-01-31 06:12:49 EST TST --------------------------------------------------------------------- diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index d3c8d71dc..39d016cda 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.21.0 2022-01-25 11:23:37 EST TST +Revision 3.1.22.0 2022-01-31 06:12:35 EST TST --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index 3eec9107a..4c5f2d828 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.21.0 2022-01-25 11:23:37 EST TST +Revision 3.1.22.0 2022-01-31 06:12:35 EST TST ---------------------------------------------------------------------