diff --git a/CHANGES b/CHANGES index 041c86ba..63aee70b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,36 @@ +2.0.4 | 2022-03-04 16:55:11 +0100 + + * Add new log options. In the configuration file we now provide more + control of log messages: + + [log] + type= + level= + path= + + Default remains logging to stdout at level INFO. + + * Fine-tune log levels. We elevate some high-level messages to INFO + level that can be useful to users, and we move some noisy debug + messages to TRACE level (which is available only in debug builds). + + * Expose Broker's SSL options in configuration file. This also moves + all Zeek options into a `[zeek]` section of the configuration + file. + + * Link against standard version of OpenSSL by default. So far we + hardcoded always using the static OpenSSL libraries. Now that's + done only when with configured with ``--enable-static``, otherwise + we use whatever CMake determines being the default. + + * Fix column type in `files_lines` table. + + * Fix enforcement of maximum idle timeout. + + * Add missing include to appease GCC 11.2.1. + + * Update toml++. + 2.0.3 | 2022-02-22 13:36:47 +0100 * Adapt to package's new default listening port. diff --git a/VERSION b/VERSION index 50ffc5aa..2165f8f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/zeek-agent b/zeek-agent index 89567786..dac2179f 160000 --- a/zeek-agent +++ b/zeek-agent @@ -1 +1 @@ -Subproject commit 89567786cdd1d4f7e7d29121ab0528ff640ca155 +Subproject commit dac2179f3f295f80ae32e80ede6644778fd1d8af