Skip to content

Commit 1a23618

Browse files
authored
Merge pull request #230 from CESNET/new_version
nemea-modules: increased version, updated ChangeLog, released RPM pac…
2 parents ca692e7 + 591ed76 commit 1a23618

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2024-05-09 nemea-modules-2.25.0
2+
* blacklist2idea: rename Idea fields (In/Out)PacketsCount -> (In/Out)PacketCount)
13
2024-02-08 nemea-modules-2.24.0
24
* unirecfilter: fix filter syntax error caused by empty filter
35
* sni_dataset_saver: fix missing include

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-05-09 (Tomas Cejka): blacklist2idea: fixed test reference after In/OutPacketCount change
2+
2024-04-24 (Pavel Siska): blacklist - rename Idea fields InPacketsCount -> InPacketCount OutPacketsCount -> OutPacketCount
3+
14
2024-02-08 (Pavel Siska): unirecfilter - fix filter syntax error caused by empty filter
25
2023-10-02 (Pavel Valach): sni_dataset_saver: add cstdint include in sampler.h
36

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

0 commit comments

Comments
 (0)