Skip to content

Commit 2a3aa7d

Browse files
author
Pavel Siska
committed
nemea-modules: increased version, updated ChangeLog, released RPM package
1 parent d4f4969 commit 2a3aa7d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-07-02 nemea-modules-2.26.0
2+
* prefix_tags: Added tagging capability for both SRC and DST IP addresses.
3+
* anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)
14
2024-05-09 nemea-modules-2.25.0
25
* blacklist2idea: rename Idea fields (In/Out)PacketsCount -> (In/Out)PacketCount)
36
2024-02-08 nemea-modules-2.24.0

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-07-01 (Karel Hynek): prefix_tags: improve performance by skipping prefix search unless necessary
2+
2025-07-01 (Karel Hynek): prefix_tags: Added tagging capability for both SRC and DST IP addresses.
3+
2024-08-29 (Tomas Cejka): anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)
4+
2024-06-20 (Michalsus): Module flow_age_stats and script for graphs (#231)
5+
16
2024-05-09 (Tomas Cejka): blacklist2idea: fixed test reference after In/OutPacketCount change
27
2024-04-24 (Pavel Siska): blacklist - rename Idea fields InPacketsCount -> InPacketCount OutPacketsCount -> OutPacketCount
38

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.25.0], [[email protected]])
5+
AC_INIT([nemea-modules], [2.26.0], [[email protected]])
66
AC_CONFIG_SRCDIR([flowcounter/flowcounter.c])
77
AC_CONFIG_HEADERS([config.h])
88
RELEASE=1

0 commit comments

Comments
 (0)