Skip to content

Commit cb9411d

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent 6cc51dc commit cb9411d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-02-14 ipfixprobe-4.4.0
2+
* added DLT_RAW link-layer support
3+
* bugfixes - uninitialized variable (unirec output), flow duplication
4+
* IPFIX elements update and cleanup
5+
16
2022-02-01 ipfixprobe-4.3.0
27
* QUIC: FIXed wrong openssl linking on centos 7.
38
* Changed configuration of Copr RPM package.

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2022-02-14 (Tomas Cejka): Merge pull request #68 from CESNET/unirec_output_fix
2+
2022-02-14 (Tomas Cejka): Merge pull request #69 from CESNET/ipfix_elements_fix
3+
2022-02-14 (Tomas Cejka): Merge pull request #67 from koumajos/add_raw_format
4+
2022-02-13 (Tomas Cejka): ipfix-elements: cleaned TLS elements
5+
2022-02-11 (Karel Hynek): Fixed uninitialised variable in unirec output
6+
2022-02-11 (Tomas Cejka): ipfix-elements: fixed comments and WireGuard ids
7+
2022-02-10 (Karel Hynek): fixed unirec interface flow duplication when multiple plugins enabled
8+
2022-02-08 (Josef Koumar): Add DLT_RAW format of PCAP
9+
2022-02-01 (SiskaPavel): Merge pull request #66 from CESNET/new_version
10+
111
2022-02-01 (Karel Hynek): QUIC: FIXed wrong openssl linking on centos 7.
212
2022-01-31 (xsiska12): Changed configuration of Copr RPM package.
313

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.69])
5-
AC_INIT([ipfixprobe], [4.3.0], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.4.0], [[email protected]])
66

77
AC_CONFIG_SRCDIR([main.cpp])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)