diff --git a/ChangeLog b/ChangeLog index 7e445690..d17978e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +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) 2024-05-09 nemea-modules-2.25.0 * blacklist2idea: rename Idea fields (In/Out)PacketsCount -> (In/Out)PacketCount) 2024-02-08 nemea-modules-2.24.0 diff --git a/NEWS b/NEWS index 566e3f9f..d005a5d0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +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) +2024-06-20 (Michalsus): Module flow_age_stats and script for graphs (#231) + 2024-05-09 (Tomas Cejka): blacklist2idea: fixed test reference after In/OutPacketCount change 2024-04-24 (Pavel Siska): blacklist - rename Idea fields InPacketsCount -> InPacketCount OutPacketsCount -> OutPacketCount diff --git a/configure.ac b/configure.ac index 3f0280b6..1935d3ef 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.25.0], [nemea@cesnet.cz]) +AC_INIT([nemea-modules], [2.26.0], [nemea@cesnet.cz]) AC_CONFIG_SRCDIR([flowcounter/flowcounter.c]) AC_CONFIG_HEADERS([config.h]) RELEASE=1