From: Russ Combs Date: Fri, 14 Aug 2015 00:37:46 +0000 (-0400) Subject: build 165 X-Git-Tag: 3.0.0-233~873 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5535eba6a7ec5c8efec644675ccb8fec80a79193;p=thirdparty%2Fsnort3.git build 165 --- diff --git a/ChangeLog b/ChangeLog index 7381b6e7c..e1328f28c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +15/08/14 - build 165 + +-- flow depth support for new_http_inspect +-- TCP session refactoring and create libtcp +-- fix ac_sparse_bands search method +-- doc and build tweaks for piglets +-- expanded piglet interfaces and other enhancements +-- fix unit test return value +-- add catch.hpp include from https://github.com/philsquared/Catch +-- run catch unit tests after check unit tests +-- fix documentation errors in users manual + 15/08/07 - build 164 -- add range and default to command line args diff --git a/src/main/build.h b/src/main/build.h index cc16ce353..667fd37eb 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "164" +#define BUILD "165" #endif