]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 224
authorRuss Combs <rucombs@cisco.com>
Tue, 17 Jan 2017 19:45:31 +0000 (14:45 -0500)
committerRuss Combs <rucombs@cisco.com>
Tue, 17 Jan 2017 19:45:31 +0000 (14:45 -0500)
ChangeLog
src/main/build.h

index b849e661af24e9e43ca79fcc46b4db1e493f19e4..39233fa00fbeda48f0941deb57a6abd21e978e0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+17/01/17 - build 224
+
+-- fix various stream_tcp flush issues
+-- fix various cmake issues
+-- fix appid counting of kerberos flows
+-- fix expected flow leak when expiring nodes during lookup
+   thanks to João Soares <joaosoares11@hotmail.com> for reporting the issue
+-- fix autoconf retrieving PCRE cppflags from pkg-config
+-- fix stream_user reassembly
+-- remove unused appid.thirdparty_appid_dir
+-- build and install plugins as modules instead of libraries
+-- obfuscate stream rebuilt payload
+-- updates for latest zlib
+-- disable smb2 processing when file service is disabled
+-- refactor includes; prune the set of installed headers
+-- don't build alert_sf_socket on OSX
+-- added CPP flags used to build Snort to snort.pc for extras and other
+   plugins to use
+
 16/21/16 - build 223
 
 -- port 2983 smb active response updates
index 76a394553c5d2a69a07e611353fbab3182d54b87..bf32c97f04ee7f163f4756ad6fbd772e3a5d78d5 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "223"
+#define BUILD "224"
 
 #endif