From 633707457f666bbe76def792fad640728feaae91 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 13 Dec 2012 13:43:06 +0100 Subject: [PATCH] Update changelog for 1.4 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c6ff6a10a..4544fd235d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +1.4 2012-12-13 + +- Decoder event matching fixed (#672) +- Unified2 would overwrite files if file rotation happened within a second of file creation, leading to loss of events/alerts (#665) +- Add more events to IPv6 extension header anomolies (#678) +- Fix ICMPv6 payload and checksum calculation (#677, #674) +- Clean up flow timeout handling (#656) +- Fix a shutdown bug when using AF_PACKET under high load (#653) +- Fix TCP sessions being cleaned up to early (#652) + +1.3.5 2012-12-06 + +- Flow engine memory leak fixed by Ludovico Cavedon (#651) +- Unified2 would overwrite files if file rotation happened within a second of file creation, leading to loss of events/alerts (#664) +- Flow manager mutex used unintialized, fixed by Ludovico Cavedon (#654) +- Windows building in CYGWIN fixed (#630) + 1.4rc1 2012-11-29 - Interactive unix socket mode (#571, #552)