From: Jason Ish Date: Wed, 2 Jul 2025 18:36:22 +0000 (-0600) Subject: version: 1.3.6 X-Git-Tag: 1.3.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76a61bdee69961537585a1036c4294da28495a5;p=thirdparty%2Fsuricata-update.git version: 1.3.6 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e3b84..6962030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.3.6 - 2025-07-03 +- Copy Lua scripts for rules over to output directory: + https://redmine.openinfosecfoundation.org/issues/6395 +- Fix parsing of nested lists in address and ports: + https://redmine.openinfosecfoundation.org/issues/7799 + ## 1.3.5 - 2025-06-06 - Handle '=' in Suricata --dump-config: diff --git a/suricata/update/version.py b/suricata/update/version.py index d756b94..57d96ed 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -4,4 +4,4 @@ # Alpha: 1.0.0a1 # Development: 1.0.0dev0 # Release candidate: 1.0.0rc1 -version = "1.3.5" +version = "1.3.6"