From bc27511e1a068c9a8126657c1cefaff66f0a9c28 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 6 Mar 2019 15:06:19 +0100 Subject: [PATCH] changelog: update for 4.0.7 --- ChangeLog | 16 ++++++++++++++++ doc/userguide/install.rst | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b236b6aa15..6b829872fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +4.0.7 -- 2019-03-06 + +Bug #2714: Failed Assertion, Suricata Abort - util-mpm-hs.c line 163 +Bug #2735: unix runmode deadlock when using too many threads (4.0.x) +Bug #2794: Python 3 unicode issue in Rust C header generator on FreeBSD +Bug #2824: rule reload with workers mode and NFQUEUE not working stable (4.0.x) +Bug #2825: TCP FIN/ACK, RST/ACK in HTTP - detection bypass (4.0.x) +Bug #2826: afpacket doesn't wait for all capture threads to start (4.0.x) +Bug #2827: DNS Golden Transaction ID - detection bypass (4.0.x) +Bug #2828: Invalid detect-engine config could lead to segfault (4.0.x) +Bug #2830: suricata.c ConfigGetCaptureValue - PCAP/AFP fallthrough to strip_trailing_plus (4.0.x) +Bug #2831: Stats interval are 1 second too early each tick (4.0.x) +Bug #2832: rust/dns/lua - The Lua calls for DNS values when using Rust don't behave the same as the C implementation. (4.0.x) +Bug #2863: out of bounds read in detection +Feature #2829: smtp: improve pipelining support (4.0.x) + 4.0.6 -- 2018-11-06 Bug #2658: smtp segmentation fault (4.0.x) diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 4a51969061..8ebf339677 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -16,8 +16,8 @@ Installing from the source distribution files gives the most control over the Su Basic steps:: - tar xzvf suricata-4.0.0.tar.gz - cd suricata-4.0.0 + tar xzvf suricata-4.0.7.tar.gz + cd suricata-4.0.7 ./configure make make install