]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Add debian patch debian-patches-1019_allow_frame_resize.patch to
authorLaurent Destailleur <eldy@destailleur.fr>
Fri, 7 Feb 2014 19:24:15 +0000 (20:24 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Fri, 7 Feb 2014 19:24:15 +0000 (20:24 +0100)
add option nboflastupdatelookuptosave on command line.

docs/awstats_changelog.txt
wwwroot/cgi-bin/awstats.pl

index f1c0482223357ada5e084c01d7f5532017f3e7d0..a0c0099d2e14b923690f8263c55c4f98ca760b79 100644 (file)
@@ -3,13 +3,17 @@ AWStats Changelog
 
 ***** 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 *****
index 8e70e9dfb65b16c5aeba1e1e39b3b83bef07e7a6..1a874d971a816865ce285755080e9d4545e3e0dc 100755 (executable)
@@ -16929,6 +16929,7 @@ my @AllowedCLIArgs = (
        'showsteps',          'showdropped',
        'showcorrupted',      'showunknownorigin',
        'showdirectorigin',   'limitflush',
+    'nboflastupdatelookuptosave',
        'confdir',            'updatefor',
        'hostfilter',         'hostfilterex',
        'urlfilter',          'urlfilterex',
@@ -17144,6 +17145,7 @@ if ( $QueryString =~ /(^|&|&amp;)noloadplugin=([^&]+)/i ) {
        foreach ( split( /,/, $2 ) ) { $NoLoadPlugin{ &Sanitize( "$_", 1 ) } = 1; }
 }
 if ( $QueryString =~ /(^|&|&amp;)limitflush=(\d+)/i ) { $LIMITFLUSH = $2; }
+if ( $QueryString =~ /(^|&|&amp;)nboflastupdatelookuptosave=(\d+)/i ) { $NBOFLASTUPDATELOOKUPTOSAVE = $2; }
 
 # Get/Define output
 if ( $QueryString =~