From: Russ Combs Date: Fri, 8 Apr 2016 21:48:26 +0000 (-0400) Subject: build 194 X-Git-Tag: 3.0.0-233~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ee4dc08d006f24655ce5210d7010e75ade9c09;p=thirdparty%2Fsnort3.git build 194 --- diff --git a/ChangeLog b/ChangeLog index c43dd635d..d65fadc29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +16/04/08 - build 194 + +-- added iterative pruning for out of memory condition +-- added preemptive pruning to memory manager +-- dce segmentation changes +-- dce smb header checks port - non segmented packets +-- added thread timing stats to perf_monitor +-- fixed so rule input / output +-- fixed protocol numbering issues +-- fixed 129:18 +-- update extra version to alpha 4 - thanks to Henry Luciano + for reporting the issue +-- remove legacy/unused obfuscation api +-- fixed clang, gcc, and icc, build warnings +-- fixed static analysis issues +-- fixed memory leaks (more to go) +-- clean up hyperscan pkg-config and cmake logic + 16/03/28 - build 193 -- fix session parsing abort handling diff --git a/src/main/build.h b/src/main/build.h index 7dda2bb20..7fbdd576e 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "193" +#define BUILD "194" #endif