]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 221
authorRuss Combs <rucombs@cisco.com>
Fri, 9 Dec 2016 17:08:22 +0000 (12:08 -0500)
committerRuss Combs <rucombs@cisco.com>
Fri, 9 Dec 2016 17:08:22 +0000 (12:08 -0500)
ChangeLog
src/main/build.h

index 57988fc1d7c123f44ce32b429a39df6edc482b62..92a40e114694272cb7dcc77d231d548173d3cd75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+16/12/09 - build 221
+
+-- fix appid handling of sip inspection events
+-- fix wizard to prevent use-after-free of service name
+-- fix various issues reported by cppcheck
+-- fix reload race condition
+-- fix cmake + clang builds
+-- add padding guards around hash key structs
+-- update manual for dce_* inspectors
+-- refactor IP address handling
+
 16/12/01 - build 220
 
 -- fixed uu and qp decode issue
index 35fd66042e3befd143af3a285c8e2791df557016..2456998cef7d5337ea428212df389f777ef881ef 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "220"
+#define BUILD "221"
 
 #endif