Skip to content

Commit fd52465

Browse files
committed
version: 1.3.5
1 parent 9af4179 commit fd52465

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

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+
314
## 1.3.4 - 2024-12-09
415
- Consolidate SID matches to a set:
516
https://redmine.openinfosecfoundation.org/issues/7415

suricata/update/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Alpha: 1.0.0a1
55
# Development: 1.0.0dev0
66
# Release candidate: 1.0.0rc1
7-
version = "1.3.5dev0"
7+
version = "1.3.5"

0 commit comments

Comments
 (0)