Skip to content

Commit 23a8bb6

Browse files
author
Pavel Siska
committed
nemea-modules: increased version, updated ChangeLog, released RPM
package Bump to version 2.27.0
1 parent 4121597 commit 23a8bb6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

ChangeLog

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

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-05 (Damir Zainullin): Biflow Aggregator - Fix pipeline
2+
2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT tests
3+
2025-08-04 (Damir Zainullin): Biflow aggregator - Add UNIQUE_COUNT aggregation function
4+
2025-08-04 (Damir Zainullin): Biflow aggregator - Add tests
5+
2025-08-04 (Damir Zainullin): Biflow aggregator - Update main.cpp
6+
2025-08-04 (Damir Zainullin): Biflow aggregator - Update configuration
7+
18
2025-07-01 (Karel Hynek): prefix_tags: improve performance by skipping prefix search unless necessary
29
2025-07-01 (Karel Hynek): prefix_tags: Added tagging capability for both SRC and DST IP addresses.
310
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], [[email protected]])
5+
AC_INIT([nemea-modules], [2.27.0], [[email protected]])
66
AC_CONFIG_SRCDIR([flowcounter/flowcounter.c])
77
AC_CONFIG_HEADERS([config.h])
88
RELEASE=1

0 commit comments

Comments
 (0)