]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 193
authorRuss Combs <rucombs@cisco.com>
Mon, 28 Mar 2016 12:03:46 +0000 (08:03 -0400)
committerRuss Combs <rucombs@cisco.com>
Mon, 28 Mar 2016 12:03:46 +0000 (08:03 -0400)
ChangeLog
src/main/build.h

index 35fd73aa0fd05276fb98a7ae7b6731b0ba389b3c..c43dd635d370885949be6a1c76e9fec8c43032ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+16/03/28 - build 193
+
+-- fix session parsing abort handling
+-- fix shutdown memory leaks
+-- fix building against LuaJIT using only pkg-config
+-- fix FreeBSD build
+-- perf_monitor config and format fixes
+-- cmake - check all dependencies before fatal error
+-- new_http_inspect unicode initialization bug fix
+-- new_http_inspect %u encoding and utf 8 bare byte
+-- continued tcp stream refactoring
+-- legacy search engine cleanup
+-- dcd2 port continued - add dce packet fragmentation
+-- add configure --enable-address-sanitizer
+-- add configure --enable-code-coverage
+-- memory manager updates
+
 16/03/18 - build 192
 
 -- use hwloc for CPU affinity
index be07d7850e9fca9bcb7fdc8095fc519d22d25128..7dda2bb20de6481fb139696e91c88122466d70f6 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "192"
+#define BUILD "193"
 
 #endif