]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 204
authorRuss Combs <rucombs@cisco.com>
Fri, 29 Jul 2016 13:14:46 +0000 (09:14 -0400)
committerRuss Combs <rucombs@cisco.com>
Fri, 29 Jul 2016 13:14:46 +0000 (09:14 -0400)
ChangeLog
src/main/build.h

index 1830e58f4633b126ec74fdd6a8fb0a28458edd62..5a7128ceb08210b941c4db9b883a518e7cf912aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+16/07/29 - build 204
+
+-- fixed issue with icmp_seq and icmp_id field matching
+-- fixed off-by-1 line number in rule parsing errors
+-- fix cmake make check issue with new_http_inspect
+-- added new_http_inspect unbounded POST alert
+
 16/07/22 - build 203
 
 -- add oversize directory alert to new_http_inspect
index b4826843578c81722918be1e7636f8331533ced0..c29d9852f03b51e75f34403af25af070ffe74bf6 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "203"
+#define BUILD "204"
 
 #endif