***** 7.4 *****
+New features:
+- Add debian patch debian-patches-1019_allow_frame_resize.patch to add
+ option nboflastupdatelookuptosave on command line.
+
Fixes:
-#205 GetResolvedIP_ipv6 does not strip trailing dot
-#496 tools scripts should print warnings and errors to STDERR
-#919 Referrals not getting tracked due to improperly getting flagged as a search
-Fixes permission on some .pl scripts.
-Add debian patch 0007_russian_lang.patch.
-Add debian patch 2001_awstatsprog_path.patch.
+- Fixes permission on some .pl scripts.
+- #205 GetResolvedIP_ipv6 does not strip trailing dot
+- #496 tools scripts should print warnings and errors to STDERR
+- #919 Referrals not getting tracked due to improperly getting flagged as a search
+- Add debian patch 0007_russian_lang.patch.
+- Add debian patch 2001_awstatsprog_path.patch.
***** 7.3 *****
'showsteps', 'showdropped',
'showcorrupted', 'showunknownorigin',
'showdirectorigin', 'limitflush',
+ 'nboflastupdatelookuptosave',
'confdir', 'updatefor',
'hostfilter', 'hostfilterex',
'urlfilter', 'urlfilterex',
foreach ( split( /,/, $2 ) ) { $NoLoadPlugin{ &Sanitize( "$_", 1 ) } = 1; }
}
if ( $QueryString =~ /(^|&|&)limitflush=(\d+)/i ) { $LIMITFLUSH = $2; }
+if ( $QueryString =~ /(^|&|&)nboflastupdatelookuptosave=(\d+)/i ) { $NBOFLASTUPDATELOOKUPTOSAVE = $2; }
# Get/Define output
if ( $QueryString =~