From: Russ Combs Date: Wed, 22 Jun 2016 23:57:54 +0000 (-0400) Subject: build 201 X-Git-Tag: 3.0.0-233~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d75a83cbdd7494084bd015518d7ac6c59ea376d0;p=thirdparty%2Fsnort3.git build 201 --- diff --git a/ChangeLog b/ChangeLog index 1e9f152e5..6511ba1cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +16/06/22 - build 201 + +-- initial appid port - in progress +-- add configure --enable-hardened-build +-- add configure --pie (position independent executable) +-- add new_http_inspect alert for loss of sync +-- add peg counts for new_http_inspect +-- add peg counts for sd_pattern +-- add file_log inspector to log file events +-- add filename support to file daq +-- add high availability support for udp and icmp +-- add support for safe C library +-- continue porting of dce_rpc - smb transaction processing (part 2) +-- various snort2lua updates and fixes +-- fix default prime tables for internal hash functions +-- fix new_http_inspect bounds issues +-- fix icc warnings +-- miscellaneous cmake and auto tools build fixes +-- openssl is now a mandatory dependency + 16/06/10 - build 200 -- continued porting of dce_rpc - smb transaction processing diff --git a/src/main/build.h b/src/main/build.h index 0a9953619..3454247dc 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "200" +#define BUILD "201" #endif