From 517b3659ef2452ec51fb853062e4da0146d6945b Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Tue, 13 Jun 2023 13:09:33 +0530 Subject: [PATCH] release: 6.0.13; update changelog --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21107c6fb68a..a6b140c64869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +6.0.13 -- 2023-06-13 + +Bug #6125: http2: cpu overconsumption in rust moving/memcpy in http2_parse_headers_blocks (6.0.x backport) +Bug #6113: ips: txs still logged for dropped flow (6.0.x backport) +Bug #6055: ftp: long line discard logic should be separate for server and client (6.0.x backport) +Bug #5809: smb: convert transaction list to vecdeque (6.0.x backport) +Bug #5604: counters: tcp.syn, tcp.synack, tcp.rst depend on flow (6.0.x backport) +Bug #5550: dns: allow dns messages with invalid opcodes (6.0.x backport) + 6.0.12 -- 2023-05-08 Bug #6040: tcp: failed assertion ASSERT: !(ssn->state != TCP_SYN_SENT) (6.0.x backport) diff --git a/configure.ac b/configure.ac index 83acfbc8f927..f75d31e88528 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - AC_INIT([suricata],[6.0.13-dev]) + AC_INIT([suricata],[6.0.13]) m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([src/autoconf.h]) AC_CONFIG_SRCDIR([src/suricata.c])