diff --git a/ChangeLog b/ChangeLog index 33445d17..7e445690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +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 * unirecfilter: fix filter syntax error caused by empty filter * sni_dataset_saver: fix missing include diff --git a/NEWS b/NEWS index d5e743be..566e3f9f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +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 + 2024-02-08 (Pavel Siska): unirecfilter - fix filter syntax error caused by empty filter 2023-10-02 (Pavel Valach): sni_dataset_saver: add cstdint include in sampler.h diff --git a/configure.ac b/configure.ac index a642ebab..74e40ac4 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.24.0], [nemea@cesnet.cz]) +AC_INIT([nemea-modules], [2.25.0], [nemea@cesnet.cz]) AC_CONFIG_SRCDIR([flowcounter/flowcounter.c]) AC_CONFIG_HEADERS([config.h]) RELEASE=1