diff --git a/ChangeLog b/ChangeLog index d17978e9..a0955a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2025-09-01 nemea-modules-2.27.0 + * Biflow aggregator: Add UNIQUE_COUNT aggregation function + * rpm: add missing flow_age_stats 2025-07-02 nemea-modules-2.26.0 * prefix_tags: Added tagging capability for both SRC and DST IP addresses. * anonymizer: option to skip SRC_IP (-S)/DST_IP (-D) diff --git a/NEWS b/NEWS index d005a5d0..cada055c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +2025-09-01 (Pavel Siska): rpm: add missing flow_age_stats binary +2025-08-05 (Damir Zainullin): Biflow Aggregator - Fix pipeline +2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT tests +2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT aggregation function +2025-08-04 (Damir Zainullin): Biflow aggregator - Add tests +2025-08-04 (Damir Zainullin): Biflow aggregator - Update main.cpp +2025-08-04 (Damir Zainullin): Biflow aggregator - Update configuration + 2025-07-01 (Karel Hynek): prefix_tags: improve performance by skipping prefix search unless necessary 2025-07-01 (Karel Hynek): prefix_tags: Added tagging capability for both SRC and DST IP addresses. 2024-08-29 (Tomas Cejka): anonymizer: option to skip SRC_IP (-S)/DST_IP (-D) diff --git a/configure.ac b/configure.ac index 1935d3ef..fbc67e18 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([nemea-modules], [2.26.0], [nemea@cesnet.cz]) +AC_INIT([nemea-modules], [2.27.0], [nemea@cesnet.cz]) AC_CONFIG_SRCDIR([flowcounter/flowcounter.c]) AC_CONFIG_HEADERS([config.h]) RELEASE=1 diff --git a/nemea-modules.spec.in b/nemea-modules.spec.in index bf43de0e..acd020e5 100644 --- a/nemea-modules.spec.in +++ b/nemea-modules.spec.in @@ -71,6 +71,7 @@ ldconfig %{_bindir}/nemea/email_reporter.py %{_bindir}/nemea/endiverter %{_bindir}/nemea/flowcounter +%{_bindir}/nemea/flow_age_stats %{_bindir}/nemea/flow_meter %{_bindir}/nemea/haddrscan2idea.py %{_bindir}/nemea/hoststats2idea.py