]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 214
authorRuss Combs <rucombs@cisco.com>
Fri, 7 Oct 2016 22:02:53 +0000 (18:02 -0400)
committerRuss Combs <rucombs@cisco.com>
Sat, 8 Oct 2016 11:59:26 +0000 (07:59 -0400)
ChangeLog
src/main/build.h

index e8b2140d30e95aae9f0e2914228e31987cc8f7fb..e51447e617270ed18b71bb9979a55e5dedbc2ace 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+16/10/07 - build 214
+
+-- updated DAQ - you *must* use DAQ 2.2.1
+-- add libDAQ version to snort -V output
+-- add support http file upload processing and process decode/detection depths
+-- port sip changes to avoid using NAT ip when calculating callid
+-- port dce_udp autodetect and session creation
+-- fix static analysis issues
+-- fix analyzer/pig race condition
+-- fix explicit obfuscation disable not working
+-- fix ftp_data: Gracefully handle cleared flow data
+-- fix LuaJIT rule option memory leak of plugin name
+-- fix various appid issues - initial port is nearing completion
+-- fix http_inspect event 119:66
+-- fix ac_full initialization performance
+-- fix stream_tcp left overlap on hpux, solaris
+-- fix/remove 129:5 ("bad segment") events
+-- file_mempool: fix initializing total pool size
+-- fix bpf includes
+-- fix builds for OpenSolaris
+-- expected: push expected flow information through the DAQ module
+-- expected: expected cache revamp and related bugfixes
+-- ftp_data: add expected data consumption to set service name and fix bugs
+-- build: remove lingering libDAQ #ifdefs
+-- defaults: update FTP default config based on Snort2's hardcoded one
+-- rename default_snort_manual.* to snort_manual.*
+-- build docs only by explicit target (make html|pdf|text)
+-- update default manuals to build 213
+-- tolerate more spaces in ip lists
+-- add rev to rule latency logs
+-- change default latency actions to none
+-- deleted non-functional extra decoder for i4l_rawip
+
 16/09/27 - build 213
 
 -- ported full retransmit changes from snort 2X
index 5b9f62ed8fc1de7e6b003161f2d717700e2bfffa..baa42071d46dd4c5b63bdf377acc084f90f1dcdc 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "213"
+#define BUILD "214"
 
 #endif