Skip to content

Commit f7ff883

Browse files
committed
Replace buggy 1.3.10 when profiling
1 parent 312e8c8 commit f7ff883

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Notes:
22
======
33

4-
This is version 1.3.10 of NfSen. It is a compatibility version for
5-
new nfdump-1.7.x. NfSen 1.3.10 works with nfdump 1.6.20 and later
4+
This is version 1.3.11 of NfSen. It is a compatibility version for
5+
new nfdump-1.7.x. NfSen 1.3.11 works with nfdump 1.6.20 and later
66
as well with nfdump-1.7.x.
77
Do not use any earlier nfdump version < 1.6.20 as well as nfdump 1.5.x
88

@@ -12,7 +12,7 @@ data, collected with nfdump-1.6.x does not work. Profiling works for
1212
all data version 2 from nfdump-1.7.
1313
Update: 1. Update nfdump - 2. Update nfsen. The order is important.
1414

15-
nfsen-1.3.10 is php 8.1 ready.
15+
nfsen-1.3.11 is php 8.1 ready.
1616

1717
NOTE: *nfsen is no longer under development*
1818

bin/nfsen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ use Nfcomm;
6565
use Log;
6666

6767
my $VERSION = 'nfsen 2022 peter';
68-
my $nfsen_version = "1.3.10";
68+
my $nfsen_version = "1.3.11";
6969

7070
our $child_exit = 0;
7171
my $unit = 'nfsen';

bin/nfsend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ use Nfsync;
5656
use Log;
5757

5858
my $VERSION = 'nfsend 2022 peter';
59-
my $nfsen_version = "1.3.10";
59+
my $nfsen_version = "1.3.11";
6060

6161
my $forever = 1;
6262
my $reload = 0;

html/nfsen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// The very first function to call
3434
session_start();
3535

36-
$expected_version = "1.3.10";
36+
$expected_version = "1.3.11";
3737

3838
// Session check
3939
if ( array_key_exists('backend_version', $_SESSION ) && $_SESSION['backend_version'] != $expected_version ) {

install.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
use RRDconvertv1;
5050

5151
my $VERSION = 'install.pl 2022-12-19';
52-
my $nfsen_version = "1.3.10";
52+
my $nfsen_version = "1.3.11";
5353

5454
my @ProfileTag = (
5555
"# \n",

0 commit comments

Comments
 (0)