From: Russ Combs Date: Fri, 29 Jul 2016 13:14:46 +0000 (-0400) Subject: build 204 X-Git-Tag: 3.0.0-233~321 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41fcd73;p=thirdparty%2Fsnort3.git build 204 --- diff --git a/ChangeLog b/ChangeLog index 1830e58f4..5a7128ceb 100644 --- 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 diff --git a/src/main/build.h b/src/main/build.h index b48268435..c29d9852f 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "203" +#define BUILD "204" #endif