From: Russ Combs Date: Fri, 9 Dec 2016 17:08:22 +0000 (-0500) Subject: build 221 X-Git-Tag: 3.0.0-233~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fbac5619d6cfb387c4f7ba831527f774545785;p=thirdparty%2Fsnort3.git build 221 --- diff --git a/ChangeLog b/ChangeLog index 57988fc1d..92a40e114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +16/12/09 - build 221 + +-- fix appid handling of sip inspection events +-- fix wizard to prevent use-after-free of service name +-- fix various issues reported by cppcheck +-- fix reload race condition +-- fix cmake + clang builds +-- add padding guards around hash key structs +-- update manual for dce_* inspectors +-- refactor IP address handling + 16/12/01 - build 220 -- fixed uu and qp decode issue diff --git a/src/main/build.h b/src/main/build.h index 35fd66042..2456998ce 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "220" +#define BUILD "221" #endif