Skip to content

Commit

Permalink
IPFIXcol Release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Velan committed Jun 12, 2017
1 parent 2e40ca3 commit ad93636
Show file tree
Hide file tree
Showing 26 changed files with 74 additions and 21 deletions.
17 changes: 17 additions & 0 deletions base/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion base/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
8 changes: 8 additions & 0 deletions plugins/input/nfdump/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/input/nfdump/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/input/udp_cpg/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/intermediate/dhcp/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/intermediate/geoip/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/intermediate/profile_stats/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/intermediate/profiler/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/intermediate/stats/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/intermediate/uid/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 12 additions & 0 deletions plugins/storage/fastbit/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/fastbit/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/json/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/lnfstore/configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
8 changes: 8 additions & 0 deletions plugins/storage/nfdump/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/nfdump/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/postgres/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/statistics/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion plugins/storage/unirec/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tools/fbitconvert/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
8 changes: 8 additions & 0 deletions tools/fbitdump/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/fbitdump/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion tools/fbitexpire/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tools/fbitmerge/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tools/profilesdaemon/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit ad93636

Please sign in to comment.