From: Russ Combs Date: Mon, 28 Mar 2016 12:03:46 +0000 (-0400) Subject: build 193 X-Git-Tag: 3.0.0-233~504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ccdcf89cff5a3dbf06cc62e80d164045a248194;p=thirdparty%2Fsnort3.git build 193 --- diff --git a/ChangeLog b/ChangeLog index 35fd73aa0..c43dd635d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +16/03/28 - build 193 + +-- fix session parsing abort handling +-- fix shutdown memory leaks +-- fix building against LuaJIT using only pkg-config +-- fix FreeBSD build +-- perf_monitor config and format fixes +-- cmake - check all dependencies before fatal error +-- new_http_inspect unicode initialization bug fix +-- new_http_inspect %u encoding and utf 8 bare byte +-- continued tcp stream refactoring +-- legacy search engine cleanup +-- dcd2 port continued - add dce packet fragmentation +-- add configure --enable-address-sanitizer +-- add configure --enable-code-coverage +-- memory manager updates + 16/03/18 - build 192 -- use hwloc for CPU affinity diff --git a/src/main/build.h b/src/main/build.h index be07d7850..7dda2bb20 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "192" +#define BUILD "193" #endif