Skip to content

Commit 83a4aad

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent 88c6d5e commit 83a4aad

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-02-13 ipfixprobe-4.7.3
2+
* Stats: Improve Input & Output pugin stats
3+
* Tls: fix buffer overflow error (causes crashing)
4+
15
2022-12-29 ipfixprobe-4.7.2
26
* rpm hotfix: disable automatic setting of hardening flags
37
* dpdk: bugfixes

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-02-13 (Pavel Siska): Specify Output plugin bytes stats to L4 layer size.
2+
2023-02-13 (Pavel Siska): Added total counter to Input plugin statistics which sumarize values over all input plugins
3+
2023-02-02 (Pavel Siska): Tls - fix buffer overflow when parsing TLS SNI field
4+
15
2022-12-29 (Tomas Cejka): rpm: hotfix - disable automatic setting of hardening flags
26
2022-12-24 (Tomas Cejka): Merge pull request #133 from CESNET/dpdk-check-caps
37
2022-12-22 (Tomas Cejka): dpdk: bugfix HW timestamp capability check

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

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

0 commit comments

Comments
 (0)