Skip to content

Commit

Permalink
Release 1.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Nov 21, 2020
1 parent d7a820a commit e8b30c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-11-21
- Release 1.6.22

2020-10-18
- Fix nfreplay v5 time shift bug

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# nfdump

Stable Release v1.6.21
Stable Release v1.6.22

See the Changelog file for all changes in release 1.6.21
See the Changelog file for all changes in release 1.6.22

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.
Expand Down
2 changes: 1 addition & 1 deletion bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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.21
libnfdump_la_LDFLAGS = -release 1.6.22


nfdump_SOURCES = nfdump.c nfdump.h nfstat.c nfstat.h nfexport.c nfexport.h \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.59)
AC_REVISION($Revision: 244 $)dnl
AC_INIT(nfdump, 1.6.21, [email protected])
AC_INIT(nfdump, 1.6.22, [email protected])

AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down

0 comments on commit e8b30c3

Please sign in to comment.