Skip to content

Commit

Permalink
nemea-modules: increased version, updated ChangeLog, released RPM pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
SiskaPavel committed Feb 8, 2024
1 parent 60010d0 commit 8bdfc98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2024-02-08 nemea-modules-2.24.0
* unirecfilter: fix filter syntax error caused by empty filter
* sni_dataset_saver: fix missing include

2023-04-29 nemea-modules-2.23.0
* unirecfilter: Warn user when parameters -O -F have no effect
* json_dump: Send messages using TCP and auto-reconnect
Expand Down
3 changes: 3 additions & 0 deletions NEWS
@@ -1,3 +1,6 @@
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

2023-04-19 (Tomas Cejka): Merge pull request #222 from CESNET/unirecfilter-o-param-warning
2023-04-19 (Václav Bartoš): unirecfilter: Print warning when using -O with -f
2023-04-04 (Tomas Cejka): json_dump: draft of reconnect feature (#217)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
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.23.0], [nemea@cesnet.cz])
AC_INIT([nemea-modules], [2.24.0], [nemea@cesnet.cz])
AC_CONFIG_SRCDIR([flowcounter/flowcounter.c])
AC_CONFIG_HEADERS([config.h])
RELEASE=1
Expand Down

0 comments on commit 8bdfc98

Please sign in to comment.