File tree Expand file tree Collapse file tree
intermediate/profile_stats Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11** Future release:**
22
3+ ** Version 0.9.5**
4+
5+ * Added an experimental option to build RPM packages using Ansible
6+ * Improved ipfix storage plugin to support file rotation
7+ * Added man page for ipfix storage plugin
8+ * Added man page for TCP input plugin
9+ * Fixed ansible and docker build for debian stretch
10+ * Add implementation of a new flow filter (called ffilter) as a git submodule
11+ * Add new tools for a profile configuration and a filter expression checking
12+ * Fixed reconfiguration in profilestat intermediate plugin
13+ * Greatly improved performance of json storage plugin
14+ * Added conditional kafka output support for json storage plugin (not in RPM package)
15+ * New tools: ipfixcol-profiles-check and ipfixcol-filter-check
16+ * Fixed reconfiguration call on signal reception
17+ * Config files no longer replaced upon RPM update
18+ * Removed unnecessary renumbering of IPFIX templates
19+ * Many more documentation improvements and code bugfixes
20+
321** Version 0.9.4**
422
523* Fixed handling of empty values in JSON plugin
Original file line number Diff line number Diff line change 3939AC_PREREQ ( [ 2.60] )
4040
4141# Process this file with autoconf to produce a configure script.
42- AC_INIT ( [ ipfixcol] , [ 0.9.4 ] )
42+ AC_INIT ( [ ipfixcol] , [ 0.9.5 ] )
4343AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability subdir-objects tar-ustar] )
4444LT_PREREQ([ 2.2] )
4545LT_INIT([ dlopen disable-static] )
Original file line number Diff line number Diff line change 3838
3939AC_PREREQ ( [ 2.60] )
4040# Process this file with autoconf to produce a configure script.
41- AC_INIT ( [ ipfixcol-profilestats-inter] , [ 0.0.6 ] )
41+ AC_INIT ( [ ipfixcol-profilestats-inter] , [ 0.0.7 ] )
4242AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability] )
4343LT_PREREQ([ 2.2] )
4444LT_INIT([ disable-static] )
Original file line number Diff line number Diff line change 3838
3939AC_PREREQ ( [ 2.60] )
4040# Process this file with autoconf to produce a configure script.
41- AC_INIT ( [ ipfixcol-json-output] , [ 1.2.3 ] )
41+ AC_INIT ( [ ipfixcol-json-output] , [ 1.2.4 ] )
4242
4343AC_CONFIG_MACRO_DIR ( [ m4] )
4444AC_CONFIG_SRCDIR ( [ json.cpp] )
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.60] )
22# Process this file with autoconf to produce a configure script.
3- AC_INIT ( [ ipfixcol-lnfstore-output] , [ 0.3.3 ] )
3+ AC_INIT ( [ ipfixcol-lnfstore-output] , [ 0.3.4 ] )
44AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign -Wno-portability] )
55LT_PREREQ([ 2.2] )
66LT_INIT([ dlopen disable-static] )
You can’t perform that action at this time.
0 commit comments