]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #352 in SNORT/snort3 from crc/192 to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 18 Mar 2016 17:05:51 +0000 (13:05 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Fri, 18 Mar 2016 17:05:51 +0000 (13:05 -0400)
Squashed commit of the following:

commit 2db44acae4668ba667dab0ca29234ef5b59bc472
Author: Russ Combs <rucombs@cisco.com>
Date:   Fri Mar 18 13:00:07 2016 -0400

    192

ChangeLog
src/main/build.h

index 011581aa6e4f08fcccc868f80dcd63fe355043e1..35fd73aa0fd05276fb98a7ae7b6731b0ba389b3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+16/03/18 - build 192
+
+-- use hwloc for CPU affinity
+-- fix process stats output
+-- add dce rule options iface, opnum, smb, stub_data, tcp
+-- add dce option for byte_extract/jump/test
+-- initial side channel and file connector for HA
+-- continued memory manager implementation
+-- add UTF-8 normalization for new_http_inspect
+-- fix rule compilation for sticky buffers
+-- host_cache and host_tracker config and stats updates
+-- miscellaneous warning and lint cleanup
+-- snort2Lua updates for preproc sensitive_data and sd_pattern option
+
 16/03/07 - build 191
 
 -- fix perf_monitor stats output at shutdown
index b9894b48a4dd1fa96a5c1dcc9311fcdf5e1157db..be07d7850e9fca9bcb7fdc8095fc519d22d25128 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "191"
+#define BUILD "192"
 
 #endif