We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af4179 commit fd52465Copy full SHA for fd52465
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## 1.3.5 - 2025-06-06
4
+
5
+- Handle '=' in Suricata --dump-config:
6
+ https://redmine.openinfosecfoundation.org/issues/7637
7
+- Better handling on FIPS compliant systems:
8
+ https://redmine.openinfosecfoundation.org/issues/7255
9
+- Allow a rule revision number to be matched:
10
+ https://redmine.openinfosecfoundation.org/issues/7425
11
+- Be more quiet with -q for better use with cron:
12
+ https://redmine.openinfosecfoundation.org/issues/7494
13
14
## 1.3.4 - 2024-12-09
15
- Consolidate SID matches to a set:
16
https://redmine.openinfosecfoundation.org/issues/7415
suricata/update/version.py
@@ -4,4 +4,4 @@
# Alpha: 1.0.0a1
# Development: 1.0.0dev0
# Release candidate: 1.0.0rc1
-version = "1.3.5dev0"
+version = "1.3.5"
0 commit comments