]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
release: 6.0.8; update changelog suricata-6.0.8
authorVictor Julien <vjulien@oisf.net>
Tue, 27 Sep 2022 17:25:37 +0000 (19:25 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 27 Sep 2022 17:25:41 +0000 (19:25 +0200)
Re-releasing 6.0.7 with the correct libhtp and Suricata-Update versions.

ChangeLog
configure.ac

index 9c7c0bdba42c3cf6bb59be0687ad0c3bf3b47a3b..eebd1e3410a7e590c08aaf3838a8f3f2f1ce8bfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+6.0.8 -- 2022-09-27
+
+Task #5552: libhtp 0.5.41
+
 6.0.7 -- 2022-09-27
 
 Security #5430: mqtt: DOS by quadratic with too many transactions in one parse (6.0.x backport)
@@ -17,7 +21,6 @@ Bug #5335: flow: vlan.use-for-tracking is not used for ICMPv4 (6.0.x backport)
 Bug #4421: flow manager: using too much CPU during idle (6.0.x backport)
 Feature #5535: ips: add "reject" action to exception policies (6.0.x backport)
 Feature #5500: ips: midstream: add "exception policy" for midstream (6.0.x backport)
-Task #5552: libhtp 0.5.41
 Task #5551: doc: add exception policy documentation (6.0.x)
 Task #5533: detect/parse: add tests for parsing signatures with reject and drop action (6.0.x backport)
 Task #5525: exceptions: error out when invalid configuration value is passed (6.0.x backport)
index f1376955716261c6c9b66df964d562603d4d98d4..34b2b811c910d8451e99352c7aea17263cf17f5b 100644 (file)
@@ -1,4 +1,4 @@
-    AC_INIT([suricata],[6.0.7])
+    AC_INIT([suricata],[6.0.8])
     m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
     AC_CONFIG_HEADERS([src/autoconf.h])
     AC_CONFIG_SRCDIR([src/suricata.c])