]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 194
authorRuss Combs <rucombs@cisco.com>
Fri, 8 Apr 2016 21:48:26 +0000 (17:48 -0400)
committerRuss Combs <rucombs@cisco.com>
Fri, 8 Apr 2016 21:48:26 +0000 (17:48 -0400)
ChangeLog
src/main/build.h

index c43dd635d370885949be6a1c76e9fec8c43032ae..d65fadc29680be8dd3a38d11587aece1fda355e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+16/04/08 - build 194
+
+-- added iterative pruning for out of memory condition
+-- added preemptive pruning to memory manager
+-- dce segmentation changes
+-- dce smb header checks port - non segmented packets
+-- added thread timing stats to perf_monitor
+-- fixed so rule input / output
+-- fixed protocol numbering issues
+-- fixed 129:18
+-- update extra version to alpha 4 - thanks to Henry Luciano
+   <cuncator@mote.org> for reporting the issue
+-- remove legacy/unused obfuscation api
+-- fixed clang, gcc, and icc, build warnings
+-- fixed static analysis issues
+-- fixed memory leaks (more to go)
+-- clean up hyperscan pkg-config and cmake logic
+
 16/03/28 - build 193
 
 -- fix session parsing abort handling
index 7dda2bb20de6481fb139696e91c88122466d70f6..7fbdd576e1fe93f4f88a79223dcb7235207df233 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "193"
+#define BUILD "194"
 
 #endif