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 Oct 30, 2023
1 parent a471054 commit ee85a9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-10-30 ipfixprobe-4.11.1
* minor bugfixes to build on openwrt

2023-10-18 ipfixprobe-4.11.0
* ipfix - propose new variable (ipfix template refresh rate)
* vlan plugin: fix ipfix output
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-10-25 (Tomas Cejka): openwrt: fix missing byteorder in RTP plugin
2023-10-25 (Tomas Cejka): openwrt: add missing include of time.h

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
2023-10-17 (Pavel Siska): ipfix - add configuration option for template refresh rate (UDP)
2023-10-17 (Pavel Siska): vlan plugin: fix invalid return code from fill_ipfix()
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.11.0], [[email protected]])
AC_INIT([ipfixprobe], [4.11.1], [[email protected]])

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

0 comments on commit ee85a9d

Please sign in to comment.