Skip to content

Commit 983facf

Browse files
author
root
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent e07164e commit 983facf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-02-01 ipfixprobe-4.3.0
2+
* QUIC: FIXed wrong openssl linking on centos 7.
3+
* Changed configuration of Copr RPM package.
4+
15
2022-01-31 ipfixprobe-4.2.0
26
* Fixed invalid order of ipfix elements for TLS plugin.
37

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022-02-01 (Karel Hynek): QUIC: FIXed wrong openssl linking on centos 7.
2+
2022-01-31 (xsiska12): Changed configuration of Copr RPM package.
3+
14
2022-01-31 (xsiska12): Fixed invalid order of ipfix elements for TLS plugin.
25

36
2022-01-26 (xsiska12): Fixed undeclared variable.

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

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

0 commit comments

Comments
 (0)