From 3e8706952f7caaf8ff479b4cd49d1488bff824ce Mon Sep 17 00:00:00 2001 From: Peter Haag Date: Thu, 6 May 2021 17:52:39 +0200 Subject: [PATCH] Release 1.6.23 --- ChangeLog | 3 +++ README.md | 4 ++-- bin/Makefile.am | 2 +- configure.ac | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72db8341..3aa09ea0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2021-05-05 +- Release 1.6.23 + 2021-04-28 - Fix potential FreeNode without valid Node in nfpcapd. diff --git a/README.md b/README.md index 33406c76..15c7da2c 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # nfdump -Stable Release v1.6.22 +Stable Release v1.6.23 -See the Changelog file for all changes in release 1.6.22 +See the Changelog file for all changes in release 1.6.23 nfdump is a toolset in order to collect and process netflow and sflow data, sent from netflow/sflow compatible devices. The toolset supports netflow __v1__, __v5/v7__,__v9__,__IPFIX__ and __SFLOW__. nfdump supports IPv4 as well as IPv6. diff --git a/bin/Makefile.am b/bin/Makefile.am index 456cda42..8acd690b 100755 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -63,7 +63,7 @@ launch = launch.c launch.h lib_LTLIBRARIES = libnfdump.la libnfdump_la_SOURCES = $(output) $(util) $(filelzo) $(nffile) $(nflist) $(filter) $(exporter) -libnfdump_la_LDFLAGS = -release 1.6.22 +libnfdump_la_LDFLAGS = -release 1.6.23 nfdump_SOURCES = nfdump.c nfdump.h nfstat.c nfstat.h nfexport.c nfexport.h \ diff --git a/configure.ac b/configure.ac index 2532721b..f616603d 100755 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_REVISION($Revision: 244 $)dnl -AC_INIT(nfdump, 1.6.22, peter@people.ops-trust.net) +AC_INIT(nfdump, 1.6.23, peter@people.ops-trust.net) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([subdir-objects])