From 8ea1a110fb49e4c69e9365cc7c8408da09b132c8 Mon Sep 17 00:00:00 2001 From: Pavel Siska Date: Wed, 18 Oct 2023 10:51:58 +0200 Subject: [PATCH] ipfixprobe: increased version (4.11), updated ChangeLog, released RPM package --- ChangeLog | 4 ++++ NEWS | 9 +++++++++ configure.ac | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 86561083..440e7fac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-10-18 ipfixprobe-4.11.0 + * ipfix - propose new variable (ipfix template refresh rate) + * vlan plugin: fix ipfix output + 2023-10-03 ipfixprobe-4.10.0 * dpdk: improvement of config and init script * QUIC: bugfixes and checks diff --git a/NEWS b/NEWS index 62f5fb26..880a743d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +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() +2023-09-14 (Jakub Antonín Štigler): mpls - add description to readme +2023-09-14 (Jakub Antonín Štigler): Introduce mpls plugin +2023-09-14 (Jakub Antonín Štigler): ipfix - Add mpls label element +2023-09-14 (Jakub Antonín Štigler): Parser - extract mpls +2023-09-14 (Jakub Antonín Štigler): Packet - Add mpls field + 2023-10-03 (Tomas Cejka): Merge pull request #185 from CESNET/dpdkinit 2023-09-30 (Tomas Cejka): dpdk: propose new variables to control init by ipfixprobed 2023-09-25 (SiskaPavel): Merge pull request #184 from CESNET/vlan_plugin_ipfix_fix diff --git a/configure.ac b/configure.ac index 7f7e6a02..e4b3aa96 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ipfixprobe], [4.10.0], [nemea@cesnet.cz]) +AC_INIT([ipfixprobe], [4.11.0], [nemea@cesnet.cz]) AC_CONFIG_SRCDIR([main.cpp]) AC_CONFIG_HEADERS([config.h])