Skip to content

Commit f9c6a62

Browse files
author
Petr Velan
committed
Increased package version numbers for base and plugins modified since the last release, updated changelog
1 parent 83e372d commit f9c6a62

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

base/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

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.4])
42+
AC_INIT([ipfixcol], [0.9.5])
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/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.6])
41+
AC_INIT([ipfixcol-profilestats-inter], [0.0.7])
4242
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
4343
LT_PREREQ([2.2])
4444
LT_INIT([disable-static])

plugins/storage/json/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-json-output], [1.2.3])
41+
AC_INIT([ipfixcol-json-output], [1.2.4])
4242

4343
AC_CONFIG_MACRO_DIR([m4])
4444
AC_CONFIG_SRCDIR([json.cpp])

plugins/storage/lnfstore/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_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])
44
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
55
LT_PREREQ([2.2])
66
LT_INIT([dlopen disable-static])

0 commit comments

Comments
 (0)