set (SNORT_VERSION_MAJOR 3)
set (SNORT_VERSION_MINOR 0)
-set (SNORT_VERSION_BUILD 0-a3)
+set (SNORT_VERSION_BUILD 0-a4)
set (VERSION "${SNORT_VERSION_MAJOR}.${SNORT_VERSION_MINOR}.${SNORT_VERSION_BUILD}")
# ensure cmake will look in the cmake directory for configuration files
+16/02/12 - build 187
+
+-- file capture added - initial version writes from packet thread
+-- added support for http 0.9 to new_http_inspect
+-- added URI normalization of headers, cookies, and post bodies to new_http_inspect
+-- configure_cmake.sh updates to better support scripting
+-- updated catch header (used for some unit tests)
+-- continued dce2 port
+-- fixed misc clang and dynamic plugin build issues
+-- fixed static analysis issues and crash in new_http_inspect
+-- fixed tcp paws issue
+-- fixed normalization stats
+-- fixed issues reported by Bill Parker
+-- refactoring updates to tcp session
+-- refactoring updates to profiler
+
16/02/02 - build 186
-- update copyright to 2016, add missing license blocks
# initialization
#--------------------------------------------------------------------------
-AC_INIT([snort], [3.0.0-a3], [snort-team@sourcefire.com])
+AC_INIT([snort], [3.0.0-a4], [snort-team@sourcefire.com])
AC_PREREQ([2.69])
AC_CONFIG_SRCDIR([src/main.h])
clang: warning: argument unused during compilation: '-pthread'
+* It is not possible to build dynamic plugins using apple clang due to its
+ limited support for thread local variables.
+
==== Config
// //
//-----------------------------------------------//
-#define BUILD "186"
+#define BUILD "187"
#endif