Skip to content

Commit ee85a9d

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent a471054 commit ee85a9d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-10-30 ipfixprobe-4.11.1
2+
* minor bugfixes to build on openwrt
3+
14
2023-10-18 ipfixprobe-4.11.0
25
* ipfix - propose new variable (ipfix template refresh rate)
36
* vlan plugin: fix ipfix output

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-10-25 (Tomas Cejka): openwrt: fix missing byteorder in RTP plugin
2+
2023-10-25 (Tomas Cejka): openwrt: add missing include of time.h
3+
14
2023-10-17 (Pavel Siska): ipfix - propose new variables (ipfix template refresh rate) to control init by ipfixprobed The description of new variables was added into link0.conf.example: TEMPLATE_REFRESH_RATE
25
2023-10-17 (Pavel Siska): ipfix - add configuration option for template refresh rate (UDP)
36
2023-10-17 (Pavel Siska): vlan plugin: fix invalid return code from fill_ipfix()

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

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

0 commit comments

Comments
 (0)