Skip to content

Commit

Permalink
ipfixprobe: increased version, updated ChangeLog, released RPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
cejkato2 committed Feb 14, 2022
1 parent 6cc51dc commit cb9411d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022-02-14 ipfixprobe-4.4.0
* added DLT_RAW link-layer support
* bugfixes - uninitialized variable (unirec output), flow duplication
* IPFIX elements update and cleanup

2022-02-01 ipfixprobe-4.3.0
* QUIC: FIXed wrong openssl linking on centos 7.
* Changed configuration of Copr RPM package.
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-02-14 (Tomas Cejka): Merge pull request #68 from CESNET/unirec_output_fix
2022-02-14 (Tomas Cejka): Merge pull request #69 from CESNET/ipfix_elements_fix
2022-02-14 (Tomas Cejka): Merge pull request #67 from koumajos/add_raw_format
2022-02-13 (Tomas Cejka): ipfix-elements: cleaned TLS elements
2022-02-11 (Karel Hynek): Fixed uninitialised variable in unirec output
2022-02-11 (Tomas Cejka): ipfix-elements: fixed comments and WireGuard ids
2022-02-10 (Karel Hynek): fixed unirec interface flow duplication when multiple plugins enabled
2022-02-08 (Josef Koumar): Add DLT_RAW format of PCAP
2022-02-01 (SiskaPavel): Merge pull request #66 from CESNET/new_version

2022-02-01 (Karel Hynek): QUIC: FIXed wrong openssl linking on centos 7.
2022-01-31 (xsiska12): Changed configuration of Copr RPM package.

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.69])
AC_INIT([ipfixprobe], [4.3.0], [nemea@cesnet.cz])
AC_INIT([ipfixprobe], [4.4.0], [nemea@cesnet.cz])

AC_CONFIG_SRCDIR([main.cpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit cb9411d

Please sign in to comment.