Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nemea-modules: increased version, updated ChangeLog, released RPM pac… #230

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]])
AC_INIT([nemea-modules], [2.25.0], [[email protected]])
AC_CONFIG_SRCDIR([flowcounter/flowcounter.c])
AC_CONFIG_HEADERS([config.h])
RELEASE=1
Expand Down
Loading