Skip to content

Commit

Permalink
changelog: update for 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Mar 7, 2019
1 parent 4a271c8 commit bc27511
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions doc/userguide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc27511

Please sign in to comment.