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
cejkato2 committed Aug 30, 2024
1 parent 58eb6c5 commit 7b4f314
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-08-30 nemea-modules-2.26.0
* anonymizer: add options to skip anonymization of SRC_IP or DST_IP
* flow_age_stats: add new module to compute statistics about exported flows

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
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
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

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.25.0], [[email protected]])
AC_INIT([nemea-modules], [2.26.0], [[email protected]])
AC_CONFIG_SRCDIR([flowcounter/flowcounter.c])
AC_CONFIG_HEADERS([config.h])
RELEASE=1
Expand Down
1 change: 1 addition & 0 deletions nemea-modules.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ ldconfig
%{_bindir}/nemea/dnstunnel2idea.py
%{_bindir}/nemea/email_reporter.py
%{_bindir}/nemea/endiverter
%{_bindir}/nemea/flow_age_stats
%{_bindir}/nemea/flowcounter
%{_bindir}/nemea/flow_meter
%{_bindir}/nemea/haddrscan2idea.py
Expand Down

0 comments on commit 7b4f314

Please sign in to comment.