]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
changelog: spelling
authorVictor Julien <vjulien@oisf.net>
Mon, 8 May 2023 09:35:56 +0000 (11:35 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 8 May 2023 09:59:32 +0000 (11:59 +0200)
Thanks to Josh Soref.

ChangeLog

index 806c3313d87d905a7b6f4832fa723d57c11f4f6a..54a4dcfb60d4b79c1494dfd2d2b00e2006756359 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -308,7 +308,7 @@ Bug #4807: packetpool: packets in pool may have capture method ReleasePacket cal
 Bug #4804: af-packet: tpacket v3 if/down logic broken
 Bug #4803: af-packet: up/down logic leaks resources in autofp (tpacket v2)
 Bug #4801: af-packet: tpacket v3 socket reference handling broken
-Bug #4800: af-packet: flag colision between kernel and Suricata
+Bug #4800: af-packet: flag collision between kernel and Suricata
 Bug #4785: af-packet: threads sometimes get stuck in capture
 Bug #4779: flow/bypass: flow worker not performing flow timeout "housekeeping"
 Bug #4778: flow/bypass: app-layer/stream resources not freed when bypass activated
@@ -1480,7 +1480,7 @@ Feature #1373: Allow different reassembly depth for filestore rules
 Feature #1495: EtherNet/IP and CIP support
 Feature #1583: tls: validity fields (notBefore and notAfter)
 Feature #1657: Per application layer stats
-Feature #1896: Reimplement tls.subject and tls.isserdn
+Feature #1896: Reimplement tls.subject and tls.issuerdn
 Feature #1903: tls: tls_cert_valid and tls_cert_expired keywords
 Feature #1907: http_request_line and http_response_line
 Optimization #1044: TLS buffers evaluated by fast_pattern matcher.
@@ -2147,7 +2147,7 @@ Optimization #1041: remove mkinstalldirs from git
 - Suricata -h now displays all available options (#419)
 - Luajit configure time detection was improved (#636)
 - Flow manager mutex used w/o initialization (#628)
-- Cygwin work around for windows shell mangling interface string (#372)
+- Cygwin workaround for windows shell mangling interface string (#372)
 - Fix a Prelude output crash with alerts generated by rules w/o classtype or msg (#648)
 - CLANG compiler build fixes (#649)
 - Several fixes found by code analyzers
@@ -2470,7 +2470,7 @@ Optimization #1041: remove mkinstalldirs from git
 - api for adding and selecting runmodes was added
 - pcap logging / recording output was added
 - basic SCTP protocol parsing was added
-- more fine grained CPU affinity setting support was added
+- more fine-grained CPU affinity setting support was added
 - stream engine inspects stream in larger chunks
 - fast_pattern support for http_method content modifier (#255)
 - negation support for isdataat keyword (#257)