]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 209
authorRuss Combs <rucombs@cisco.com>
Thu, 15 Sep 2016 00:06:57 +0000 (20:06 -0400)
committerRuss Combs <rucombs@cisco.com>
Thu, 15 Sep 2016 00:06:57 +0000 (20:06 -0400)
ChangeLog
src/main/build.h

index 3dad43f22b634b545155564c3482af15bbfca52b..5deed97a8c8c010997c13455c304c1a2d6555c5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+16/09/14 - build 209
+
+-- add dce iface fast pattern for tcp
+-- add --enable-tsc-clock to build/use TSC register (on x86)
+-- update latency to use ticks during runtime
+-- tcp stream reassembly tweaks
+-- fix inverted detection_filter logic
+-- fix stream profile stats parents
+-- fix most bogus gap counts
+-- unit test fixes for high availability, hyperscan, and regex
+
 16/09/09 - build 208
 
 -- fixed for TCP high availability
index 33801b0560189b184e4139acd9df31b21da64348..39f858260f7ffab5f08cd7aa28eeeda7a3ca3331 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "208"
+#define BUILD "209"
 
 #endif