Skip to content

Commit 3e11941

Browse files
authored
Merge pull request #245 from CESNET/new-version-2.27
New version 2.27
2 parents 4121597 + 58d53f5 commit 3e11941

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-09-01 nemea-modules-2.27.0
2+
* Biflow aggregator: Add UNIQUE_COUNT aggregation function
3+
* rpm: add missing flow_age_stats
14
2025-07-02 nemea-modules-2.26.0
25
* prefix_tags: Added tagging capability for both SRC and DST IP addresses.
36
* anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2025-09-01 (Pavel Siska): rpm: add missing flow_age_stats binary
2+
2025-08-05 (Damir Zainullin): Biflow Aggregator - Fix pipeline
3+
2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT tests
4+
2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT aggregation function
5+
2025-08-04 (Damir Zainullin): Biflow aggregator - Add tests
6+
2025-08-04 (Damir Zainullin): Biflow aggregator - Update main.cpp
7+
2025-08-04 (Damir Zainullin): Biflow aggregator - Update configuration
8+
19
2025-07-01 (Karel Hynek): prefix_tags: improve performance by skipping prefix search unless necessary
210
2025-07-01 (Karel Hynek): prefix_tags: Added tagging capability for both SRC and DST IP addresses.
311
2024-08-29 (Tomas Cejka): anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([nemea-modules], [2.26.0], [nemea@cesnet.cz])
5+
AC_INIT([nemea-modules], [2.27.0], [nemea@cesnet.cz])
66
AC_CONFIG_SRCDIR([flowcounter/flowcounter.c])
77
AC_CONFIG_HEADERS([config.h])
88
RELEASE=1

nemea-modules.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ldconfig
7171
%{_bindir}/nemea/email_reporter.py
7272
%{_bindir}/nemea/endiverter
7373
%{_bindir}/nemea/flowcounter
74+
%{_bindir}/nemea/flow_age_stats
7475
%{_bindir}/nemea/flow_meter
7576
%{_bindir}/nemea/haddrscan2idea.py
7677
%{_bindir}/nemea/hoststats2idea.py

0 commit comments

Comments
 (0)