Skip to content

Commit 754b076

Browse files
committed
Release nfdump-1.7.6
1 parent 11ac8c6 commit 754b076

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

ChangeLog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
- 97fb5d6 2025-03-25 (HEAD -> master, origin/master, origin/HEAD) Fix potential stack overflow with max workers. ##610
1+
- 11ac8c6 2025-04-18 (HEAD -> master, origin/master, origin/HEAD) Fix output for %evt printing, if both nat/nsel records exists. Should fix #613
2+
- 70ece2e 2025-04-15 Add Subdir -S to dynamic FlowSource -M. Replaces pull request #615
3+
- 3eb3043 2025-04-15 Fix #614 - first/last seen filter
4+
- 26425d8 2025-03-27 Improve exporter algo
5+
- f6f823d 2025-03-27 Improve exporter algo
6+
- a4b21c8 2025-03-27 Improve exporter algo
7+
- 64b7d8a 2025-03-27 Improve exporter algo and migrate lagacy sampler records into output
8+
- 04a08a8 2025-03-27 Update old exporter algorithm. See also #610
9+
- 97fb5d6 2025-03-25 Fix potential stack overflow with max workers. ##610
210
- f64f3ee 2025-03-25 Fix #612. Prevent errornous ',' in Strings in csv output.
311
- c4bab8d 2025-03-08 Improve some argument and error handling
412
- c017486 2025-03-07 Refrag some code

configure.ac

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

44
AC_PREREQ([2.69])
55
AC_REVISION($Revision: 244 $)dnl
6-
AC_INIT([nfdump],[1.7.5],[peter@people.ops-trust.net])
6+
AC_INIT([nfdump],[1.7.6],[peter@people.ops-trust.net])
77

88
AC_CONFIG_HEADERS([config.h])
99
AM_INIT_AUTOMAKE([subdir-objects])

src/libnffile/gen_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ -d ../../.git ]; then
4242
else
4343
# no git directory - most likely release - zip or tarball
4444
hash="release"
45-
date="Wed Oct 23 19:53:03 CEST 2024"
45+
date="Fri Apr 18 15:22:34 CEST 2025"
4646
fi
4747

4848
echo \#ifndef __VCS_TRACK_H__ >$f

0 commit comments

Comments
 (0)