From ad93636e879e992e853efd26915982f74cfc7624 Mon Sep 17 00:00:00 2001 From: Petr Velan Date: Mon, 12 Jun 2017 10:32:49 +0200 Subject: [PATCH] IPFIXcol Release 0.9.4 --- base/changelog.md | 17 +++++++++++++++++ base/configure.ac | 2 +- plugins/input/nfdump/changelog.md | 8 ++++++++ plugins/input/nfdump/configure.ac | 2 +- plugins/input/udp_cpg/configure.ac | 2 +- plugins/intermediate/dhcp/configure.ac | 2 +- plugins/intermediate/geoip/configure.ac | 2 +- plugins/intermediate/profile_stats/configure.ac | 2 +- plugins/intermediate/profiler/configure.ac | 2 +- plugins/intermediate/stats/configure.ac | 2 +- plugins/intermediate/uid/configure.ac | 2 +- plugins/storage/fastbit/changelog.md | 12 ++++++++++++ plugins/storage/fastbit/configure.ac | 2 +- plugins/storage/json/configure.ac | 2 +- plugins/storage/lnfstore/configure.ac | 2 +- plugins/storage/nfdump/changelog.md | 8 ++++++++ plugins/storage/nfdump/configure.ac | 2 +- plugins/storage/postgres/configure.ac | 2 +- plugins/storage/statistics/configure.ac | 2 +- plugins/storage/unirec/configure.ac | 2 +- tools/fbitconvert/configure.ac | 2 +- tools/fbitdump/changelog.md | 8 ++++++++ tools/fbitdump/configure.ac | 2 +- tools/fbitexpire/configure.ac | 2 +- tools/fbitmerge/configure.ac | 2 +- tools/profilesdaemon/configure.ac | 2 +- 26 files changed, 74 insertions(+), 21 deletions(-) diff --git a/base/changelog.md b/base/changelog.md index 871723e9..d8e76fc3 100644 --- a/base/changelog.md +++ b/base/changelog.md @@ -1,5 +1,22 @@ **Future release:** +**Version 0.9.4** + +* Fixed handling of empty values in JSON plugin +* Fixed closing of connections with no data in TCP input +* Fixed memleak in dummy storage plugin +* Removed message about internal error when the ODID 0 is used by a source (false alarm) +* Fixed markdown syntax +* Support DocBook XSL Stylesheets v1.79 +* Removed superfluous files from devel package +* Added systemd service file. No automatic installation +* forwarding: UDP template refresh timeout is now configurable +* Added basic UDP support to forwarding, no template resending +* Utils: new template mapper (originally from forwarding plugin) +* Added check for more specific libssl (Fedora 26 compatibility) +* Removed pkgconfig from spec file dependencies. +* Fixed issue: Long closing time of storage plugin can result in removal of valid templates + **Version 0.9.2:** * Added ansible installation from sources diff --git a/base/configure.ac b/base/configure.ac index 2e28498e..42b8d7fb 100644 --- a/base/configure.ac +++ b/base/configure.ac @@ -39,7 +39,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol], [0.9.3]) +AC_INIT([ipfixcol], [0.9.4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects tar-ustar]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/input/nfdump/changelog.md b/plugins/input/nfdump/changelog.md index 112b6fb3..5c3eb058 100644 --- a/plugins/input/nfdump/changelog.md +++ b/plugins/input/nfdump/changelog.md @@ -1,5 +1,13 @@ **Future release:** +**Version 0.2.3:** + +* Fixed markdown syntax +* Support DocBook XSL Stylesheets v1.79 +* Fixed problem with plugin update removing plugin configuration. +* Added info about used headers to configure script of all plugins +* Updated build system to work with Fedora copr build system (epel7 and all fedora releases) + **Version 0.2.1:** * Fixed several problems reported by Coverity Scan diff --git a/plugins/input/nfdump/configure.ac b/plugins/input/nfdump/configure.ac index 86657504..5f84b1f6 100644 --- a/plugins/input/nfdump/configure.ac +++ b/plugins/input/nfdump/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-nfdump-input], [0.2.2]) +AC_INIT([ipfixcol-nfdump-input], [0.2.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/input/udp_cpg/configure.ac b/plugins/input/udp_cpg/configure.ac index fb1918db..95622f6c 100644 --- a/plugins/input/udp_cpg/configure.ac +++ b/plugins/input/udp_cpg/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-udp-cpg-input], [0.1.0]) +AC_INIT([ipfixcol-udp-cpg-input], [0.1.1]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/intermediate/dhcp/configure.ac b/plugins/intermediate/dhcp/configure.ac index 82ede8b9..95add6ad 100644 --- a/plugins/intermediate/dhcp/configure.ac +++ b/plugins/intermediate/dhcp/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-dhcp-inter], [0.0.2]) +AC_INIT([ipfixcol-dhcp-inter], [0.0.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) AC_GNU_SOURCE diff --git a/plugins/intermediate/geoip/configure.ac b/plugins/intermediate/geoip/configure.ac index 252a941a..acaa8c26 100644 --- a/plugins/intermediate/geoip/configure.ac +++ b/plugins/intermediate/geoip/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-geoip-inter], [0.0.4]) +AC_INIT([ipfixcol-geoip-inter], [0.0.5]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) AC_GNU_SOURCE diff --git a/plugins/intermediate/profile_stats/configure.ac b/plugins/intermediate/profile_stats/configure.ac index 11a9c103..c5856ba2 100644 --- a/plugins/intermediate/profile_stats/configure.ac +++ b/plugins/intermediate/profile_stats/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-profilestats-inter], [0.0.5]) +AC_INIT([ipfixcol-profilestats-inter], [0.0.6]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([disable-static]) diff --git a/plugins/intermediate/profiler/configure.ac b/plugins/intermediate/profiler/configure.ac index 90ec9828..094c9693 100644 --- a/plugins/intermediate/profiler/configure.ac +++ b/plugins/intermediate/profiler/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-profiler-inter], [0.0.5]) +AC_INIT([ipfixcol-profiler-inter], [0.0.6]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([disable-static]) diff --git a/plugins/intermediate/stats/configure.ac b/plugins/intermediate/stats/configure.ac index 46370901..61a7f504 100644 --- a/plugins/intermediate/stats/configure.ac +++ b/plugins/intermediate/stats/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-stats-inter], [0.0.5]) +AC_INIT([ipfixcol-stats-inter], [0.0.6]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([disable-static]) diff --git a/plugins/intermediate/uid/configure.ac b/plugins/intermediate/uid/configure.ac index c9f1ab1f..b4e8aab1 100644 --- a/plugins/intermediate/uid/configure.ac +++ b/plugins/intermediate/uid/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-uid-inter], [0.0.4]) +AC_INIT([ipfixcol-uid-inter], [0.0.5]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) AC_GNU_SOURCE diff --git a/plugins/storage/fastbit/changelog.md b/plugins/storage/fastbit/changelog.md index 83cdf79b..03b727a7 100644 --- a/plugins/storage/fastbit/changelog.md +++ b/plugins/storage/fastbit/changelog.md @@ -1,5 +1,17 @@ **Future release:** +**Version 1.6.2:** + +* Fixed markdown syntax +* Support DocBook XSL Stylesheets v1.79 +* Fixed problem with plugin update removing plugin configuration. +* Fixed sp file creation for string and blob elements +* Fixed storing of signed ints +* Fix erroneous debug log messages +* Fix static exporter IP address in od_infos +* Added info about used headers to configure script of all plugins +* Updated build system to work with Fedora copr build system (epel7 and all fedora releases) + **Version 1.6.0:** * Replaced use of get_type_from_xml by get_element_by_id diff --git a/plugins/storage/fastbit/configure.ac b/plugins/storage/fastbit/configure.ac index f8d451b7..ea6ddd84 100644 --- a/plugins/storage/fastbit/configure.ac +++ b/plugins/storage/fastbit/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-fastbit-output], [1.6.1]) +AC_INIT([ipfixcol-fastbit-output], [1.6.2]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/storage/json/configure.ac b/plugins/storage/json/configure.ac index b3d312e3..652dfaa7 100644 --- a/plugins/storage/json/configure.ac +++ b/plugins/storage/json/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-json-output], [1.2.2]) +AC_INIT([ipfixcol-json-output], [1.2.3]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([json.cpp]) diff --git a/plugins/storage/lnfstore/configure.ac b/plugins/storage/lnfstore/configure.ac index 310f7fcd..fa3929c2 100644 --- a/plugins/storage/lnfstore/configure.ac +++ b/plugins/storage/lnfstore/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-lnfstore-output], [0.3.2]) +AC_INIT([ipfixcol-lnfstore-output], [0.3.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/storage/nfdump/changelog.md b/plugins/storage/nfdump/changelog.md index 8387c5b5..42782b1d 100644 --- a/plugins/storage/nfdump/changelog.md +++ b/plugins/storage/nfdump/changelog.md @@ -1,5 +1,13 @@ **Future release:** +**Version 1.0.12:** + +* Fixed markdown syntax +* Support DocBook XSL Stylesheets v1.79 +* Fixed problem with plugin update removing plugin configuration. +* Added info about used headers to configure script of all plugins +* Updated build system to work with Fedora copr build system (epel7 and all fedora releases) + **Version 1.0.10:** * Fixed extern "C" problems reported by J Thomas diff --git a/plugins/storage/nfdump/configure.ac b/plugins/storage/nfdump/configure.ac index a03ba118..cb68457e 100644 --- a/plugins/storage/nfdump/configure.ac +++ b/plugins/storage/nfdump/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-nfdump-output], [1.0.11]) +AC_INIT([ipfixcol-nfdump-output], [1.0.12]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/storage/postgres/configure.ac b/plugins/storage/postgres/configure.ac index 0f2802ba..e58f3e25 100644 --- a/plugins/storage/postgres/configure.ac +++ b/plugins/storage/postgres/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-postgres-output], [1.1.8]) +AC_INIT([ipfixcol-postgres-output], [1.1.9]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/storage/statistics/configure.ac b/plugins/storage/statistics/configure.ac index ffbb3cb8..a610c95d 100644 --- a/plugins/storage/statistics/configure.ac +++ b/plugins/storage/statistics/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-statistics-output], [1.0.8]) +AC_INIT([ipfixcol-statistics-output], [1.0.9]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([dlopen disable-static]) diff --git a/plugins/storage/unirec/configure.ac b/plugins/storage/unirec/configure.ac index ba9a4167..c9784fc4 100644 --- a/plugins/storage/unirec/configure.ac +++ b/plugins/storage/unirec/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([ipfixcol-unirec-output], [0.2.11]) +AC_INIT([ipfixcol-unirec-output], [0.2.12]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) LT_PREREQ([2.2]) LT_INIT([disable-static]) diff --git a/tools/fbitconvert/configure.ac b/tools/fbitconvert/configure.ac index c548ba8c..48cd1175 100644 --- a/tools/fbitconvert/configure.ac +++ b/tools/fbitconvert/configure.ac @@ -39,7 +39,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([fbitconvert], [1.1.2]) +AC_INIT([fbitconvert], [1.1.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) AC_CONFIG_SRCDIR([src/fbitconvert.in]) AC_CONFIG_HEADERS([config.h]) diff --git a/tools/fbitdump/changelog.md b/tools/fbitdump/changelog.md index 65d62abf..4c544f82 100644 --- a/tools/fbitdump/changelog.md +++ b/tools/fbitdump/changelog.md @@ -1,5 +1,13 @@ **Future release:** +**Version 0.4.2:** +* Fixed markdown syntax +* Support DocBook XSL Stylesheets v1.79 +* Removed pkgconfig from spec file dependencies. +* fix and improve coding style +* fix vertical spacing +* Updated build system to work with Fedora copr build system (epel7 and all fedora releases) + **Version 0.4.1:** * Fixed documentation of -t parameter diff --git a/tools/fbitdump/configure.ac b/tools/fbitdump/configure.ac index f75129eb..fe561344 100644 --- a/tools/fbitdump/configure.ac +++ b/tools/fbitdump/configure.ac @@ -39,7 +39,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([fbitdump], [0.4.1]) +AC_INIT([fbitdump], [0.4.2]) LT_INIT([dlopen disable-static]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) diff --git a/tools/fbitexpire/configure.ac b/tools/fbitexpire/configure.ac index e24ca73f..26cc2e76 100644 --- a/tools/fbitexpire/configure.ac +++ b/tools/fbitexpire/configure.ac @@ -39,7 +39,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([fbitexpire], [0.1.3]) +AC_INIT([fbitexpire], [0.1.4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects]) AC_CONFIG_SRCDIR([src/fbitexpire.cpp]) AC_CONFIG_HEADERS([config.h]) diff --git a/tools/fbitmerge/configure.ac b/tools/fbitmerge/configure.ac index 1aafb73d..6376f1da 100644 --- a/tools/fbitmerge/configure.ac +++ b/tools/fbitmerge/configure.ac @@ -39,7 +39,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([fbitmerge], [0.1.6]) +AC_INIT([fbitmerge], [0.1.7]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability]) AC_CONFIG_SRCDIR([src/fbitmerge.cpp]) AC_CONFIG_HEADERS([config.h]) diff --git a/tools/profilesdaemon/configure.ac b/tools/profilesdaemon/configure.ac index a510a7a8..0b6b724f 100644 --- a/tools/profilesdaemon/configure.ac +++ b/tools/profilesdaemon/configure.ac @@ -39,7 +39,7 @@ AC_PREREQ([2.60]) # Process this file with autoconf to produce a configure script. -AC_INIT([profilesdaemon], [0.1.1]) +AC_INIT([profilesdaemon], [0.1.2]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects]) AC_CONFIG_SRCDIR([src/profilesdaemon.cpp]) AC_CONFIG_HEADERS([config.h])