]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 216
authorRuss Combs <rucombs@cisco.com>
Fri, 21 Oct 2016 08:38:19 +0000 (04:38 -0400)
committerRuss Combs <rucombs@cisco.com>
Fri, 21 Oct 2016 08:38:19 +0000 (04:38 -0400)
ChangeLog
src/main/build.h

index 29e97d52cc7dffca8b36b71447a341053604ceaf..5ffe142671fd1a97baf0e3e35672416c51d68cf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+16/10/21 - build 216
+
+-- add build configuration for thread sanitizer
+-- port dce_udp fragments
+-- build: clean up some ICC warnings
+-- fix various unit test leaks
+-- fix -Wmaybe-uninitialized issues
+-- fix related to appid name with space and SSL position
+
 16/10/13 - build 215
 
 -- added module trace facility
index e4c42db1c4faf1796fe738bafd3a519792cc5ff4..21ee3f3bb85183e5d6d0687eaf68b80d705df934 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "215"
+#define BUILD "216"
 
 #endif