]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 201
authorRuss Combs <rucombs@cisco.com>
Wed, 22 Jun 2016 23:57:54 +0000 (19:57 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 22 Jun 2016 23:57:54 +0000 (19:57 -0400)
ChangeLog
src/main/build.h

index 1e9f152e50b431441abb5dc8ebb272665c6bd2e6..6511ba1cdecead18f89f520413b1be62cec1e945 100644 (file)
--- 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
index 0a99536196db948a438dbb8690805a3883301ebf..3454247dc1dad17beba9f0d0818d5a1bf1bfe610 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "200"
+#define BUILD "201"
 
 #endif