AWStats 7.3 released

unihostbrasil

Verified User
Joined
Nov 23, 2009
Messages
208
Location
São Paulo - Brazil
http://www.awstats.org/docs/awstats_changelog.txt

AWStats Changelog
-----------------


***** 7.3 *****

New features:
- Add command line option -version
- Better error management of geoip modules.
- Update domains, robots and search engines database:
- #877 Windows 8 + iOS Support in AWStats
- Detection of 8.1 and IE11.

Fixes:
- When using builddate option of script awstats_buildstaticpages,
static link is wrong.
- Restore detection of Opera browsers versions.
- #838 GeoIP Cities page doesnt work.
- Add missing icons.
- #881 Avoid warning mixed http/https with module graphgooglechartapi.
- #918 $MinHit{'Host'} rather than $MinHit{'Login'} used in sub HTMLShowLogins.

Other:
- Move version system to sourceforge Git instead of CVS.
 
anyone know how to update the awstats that comes with directadmin to this version?
 
Yes, just run this (./build verisons to see what versions is available to upgrade):

Code:
cd /usr/local/directadmin/custombuild
./build update
./build versions
./build awstats

Then you wait until the next time AWStats statistic is generated, or you can generate the stats immediately for all domains by running this command:

Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
thanks, i didn't realise it was in custombuild i should have checked. i've been using a 3rd party plugin until now.

thanks again
 
Back
Top