From: Russ Combs Date: Fri, 25 Sep 2015 20:48:12 +0000 (-0400) Subject: build 171 X-Git-Tag: 3.0.0-233~818 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53c0e4b5b8bb662da813401ceff3c04d306bf51b;p=thirdparty%2Fsnort3.git build 171 --- diff --git a/ChangeLog b/ChangeLog index 78af60254..572e98ad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +15/09/25 - build 171 + +-- fix metadata:service to work like 2x +-- fixed issues when building with LINUX_SMP +-- fixed frag tracker accounting +-- fix Xcode builds +-- implement 116:281 decoder rule +-- udpated snort2lua +-- add cpputest for unit testing +-- don't apply cooked verdicts to raw packets + 15/09/17 - build 170 -- removed unused control socket defines from cmake diff --git a/src/main/build.h b/src/main/build.h index 3fbdd6839..a3aa66031 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "170" +#define BUILD "171" #endif