]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add upgrade note about suricatasc and suricatactl
authorJason Ish <jason.ish@oisf.net>
Mon, 10 Feb 2025 22:09:23 +0000 (16:09 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 27 Feb 2025 05:57:45 +0000 (06:57 +0100)
doc/userguide/upgrade.rst

index e8a3410c04b46c0f76cdb24cbf93dd29a3431b4b..3e442b3eb8c9306897ad716090ec2f01a6c6a334 100644 (file)
@@ -98,6 +98,11 @@ Major changes
 - If the configuration value ``ftp.memcap`` is invalid, Suricata will set it to ``0`` which means
   no limit will be placed. In previous Suricata  releases, Suricata would terminate execution. A
   warning message will be displayed `Invalid value <value> for ftp.memcap` when this occurs.
+- The utility applications ``suricatasc`` and ``suricatactl`` have
+  been rewritten in Rust. For most end-users this is a transparent
+  change, however if you run these tools from the source directory,
+  patch them or use them as Python modules your workflows may need to
+  be adapted.
 
 Removals
 ~~~~~~~~