Skip to content

Commit ad93636

Browse files
author
Petr Velan
committed
IPFIXcol Release 0.9.4
1 parent 2e40ca3 commit ad93636

File tree

26 files changed

+74
-21
lines changed

26 files changed

+74
-21
lines changed

base/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
**Future release:**
22

3+
**Version 0.9.4**
4+
5+
* Fixed handling of empty values in JSON plugin
6+
* Fixed closing of connections with no data in TCP input
7+
* Fixed memleak in dummy storage plugin
8+
* Removed message about internal error when the ODID 0 is used by a source (false alarm)
9+
* Fixed markdown syntax
10+
* Support DocBook XSL Stylesheets v1.79
11+
* Removed superfluous files from devel package
12+
* Added systemd service file. No automatic installation
13+
* forwarding: UDP template refresh timeout is now configurable
14+
* Added basic UDP support to forwarding, no template resending
15+
* Utils: new template mapper (originally from forwarding plugin)
16+
* Added check for more specific libssl (Fedora 26 compatibility)
17+
* Removed pkgconfig from spec file dependencies.
18+
* Fixed issue: Long closing time of storage plugin can result in removal of valid templates
19+
320
**Version 0.9.2:**
421

522
* Added ansible installation from sources

base/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
AC_PREREQ([2.60])
4040

4141
# Process this file with autoconf to produce a configure script.
42-
AC_INIT([ipfixcol], [0.9.3])
42+
AC_INIT([ipfixcol], [0.9.4])
4343
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects tar-ustar])
4444
LT_PREREQ([2.2])
4545
LT_INIT([dlopen disable-static])

plugins/input/nfdump/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
**Future release:**
22

3+
**Version 0.2.3:**
4+
5+
* Fixed markdown syntax
6+
* Support DocBook XSL Stylesheets v1.79
7+
* Fixed problem with plugin update removing plugin configuration.
8+
* Added info about used headers to configure script of all plugins
9+
* Updated build system to work with Fedora copr build system (epel7 and all fedora releases)
10+
311
**Version 0.2.1:**
412

513
* Fixed several problems reported by Coverity Scan

plugins/input/nfdump/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-nfdump-input], [0.2.2])
41+
AC_INIT([ipfixcol-nfdump-input], [0.2.3])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
LT_PREREQ([2.2])
4444
LT_INIT([dlopen disable-static])

plugins/input/udp_cpg/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-udp-cpg-input], [0.1.0])
41+
AC_INIT([ipfixcol-udp-cpg-input], [0.1.1])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability subdir-objects])
4343
LT_PREREQ([2.2])
4444
LT_INIT([dlopen disable-static])

plugins/intermediate/dhcp/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-dhcp-inter], [0.0.2])
41+
AC_INIT([ipfixcol-dhcp-inter], [0.0.3])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
AC_GNU_SOURCE
4444

plugins/intermediate/geoip/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-geoip-inter], [0.0.4])
41+
AC_INIT([ipfixcol-geoip-inter], [0.0.5])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
AC_GNU_SOURCE
4444

plugins/intermediate/profile_stats/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-profilestats-inter], [0.0.5])
41+
AC_INIT([ipfixcol-profilestats-inter], [0.0.6])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
LT_PREREQ([2.2])
4444
LT_INIT([disable-static])

plugins/intermediate/profiler/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-profiler-inter], [0.0.5])
41+
AC_INIT([ipfixcol-profiler-inter], [0.0.6])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
LT_PREREQ([2.2])
4444
LT_INIT([disable-static])

plugins/intermediate/stats/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
AC_PREREQ([2.60])
4040
# Process this file with autoconf to produce a configure script.
41-
AC_INIT([ipfixcol-stats-inter], [0.0.5])
41+
AC_INIT([ipfixcol-stats-inter], [0.0.6])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
LT_PREREQ([2.2])
4444
LT_INIT([disable-static])

0 commit comments

Comments
 (0)