Fixes:
- 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
+- #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.
+- #921 Failure in the help text for geoip_generator.pl
***** 7.3 *****
#HTMLDOC 1.8.27
--t pdf14 -f "../../docs/awstats.pdf" --webpage --no-title --logoimage "../../docs/images/awstats_logo7.png" --linkcolor #2200c0 --linkstyle plain --size Universal --left 0.30in --right 0.30in --top 0.40in --bottom 0.30in --header ... --header1 ... --footer c/d --nup 1 --tocheader ... --tocfooter ... --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=50 --fontsize 10.0 --fontspacing 1.0 --headingfont Helvetica --bodyfont Helvetica --headfootsize 9.0 --headfootfont Helvetica --charset iso-8859-1 --links --no-embedfonts --pagemode document --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 --no-strict --no-overflow
+--cookies 'htmldoc=yes;' -t pdf14 -f "../../docs/awstats.pdf" --webpage --no-title --logoimage "../../docs/images/awstats_logo7.png" --linkcolor #2200c0 --linkstyle plain --size Universal --left 0.30in --right 0.30in --top 0.40in --bottom 0.30in --header ... --header1 ... --footer c/d --nup 1 --tocheader ... --tocfooter ... --portrait --color --no-pscommands --no-xrxcomments --compression=9 --jpeg=50 --fontsize 10.0 --fontspacing 1.0 --headingfont Helvetica --bodyfont Helvetica --headfootsize 9.0 --headfootfont Helvetica --charset iso-8859-1 --links --no-embedfonts --pagemode document --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 --no-strict --no-overflow
../../docs/index.html
../../docs/awstats_what.html
../../docs/awstats_setup.html
print " -debug=level Debug level to print\n";
print " -overwrite Deletes any entries in the file. Otherwise appends.\n";
print "\n";
- print "Allowable Type Values: GeoIP | GeoIPFree | GeoCity | GeoCityLite\n";
+ print "Allowable Type Values: GeoIP | GeoIPFree | GeoIPCity | GeoIPCityLite\n";
print " GeoIPRegion | GeoIPOrg | GeoIPASN \n";
exit 0;
}