From: Russ Combs Date: Fri, 28 Oct 2016 10:09:23 +0000 (-0400) Subject: build 217 X-Git-Tag: 3.0.0-233~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5193155c5ad39a258e237a92a42d943cd1205ca;p=thirdparty%2Fsnort3.git build 217 --- diff --git a/ChangeLog b/ChangeLog index 5ffe14267..f269698bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +16/10/28 - build 217 + +-- update appid to 2983 +-- add inspector events from http_inspect to appid +-- fix appid error messages +-- fix flow reinitialization after expiration +-- fix release of blocked flow +-- fix 129:16 false positive + 16/10/21 - build 216 -- add build configuration for thread sanitizer diff --git a/src/main/build.h b/src/main/build.h index 21ee3f3bb..b7e9e6259 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "216" +#define BUILD "217" #endif