License: GNU GPL (GNU General Public License. See LICENSE file),
OSI Certified Open Source Software license.
-Version: 6.95
-Release date: October 2009
+Version: 6.96
+Release date: January 2010
Platforms: All (Linux, NT, BSD, Solaris and other *NIX's, BeOS, OS/2...)
Author: Laurent Destailleur <eldy@users.sourceforge.net>
AWStats official web site and latest version: http://awstats.sourceforge.net
IV - ABOUT THE AUTHOR, LICENSE AND SUPPORT
-----------------------------------------
-Copyright (C) 2000-2009 - Laurent Destailleur - eldy@users.sourceforge.net
+Copyright (C) 2000-2010 - Laurent Destailleur - eldy@users.sourceforge.net
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
$Revision$ - $Author$ - $Date$
+***** 6.96 *****
+
+New features/improvements:
+- Detect Windows 7
+
+
***** 6.95 *****
New features/improvements:
!define MUI_PROD "AWStats" ;Define your own software name here
-#!define MUI_VERSION_DOT "6.95" ;Define your own software version here
+#!define MUI_VERSION_DOT "6.96" ;Define your own software version here
!define MUI_PUBLISHER "Laurent Destailleur"
!define MUI_URL "http://awstats.sourceforge.net"
-!define MUI_COMMENTS "copyright 2000/2009 Laurent Destailleur"
+!define MUI_COMMENTS "copyright 2000/2010 Laurent Destailleur"
!define MUI_HELPLINK "http://awstats.sourceforge.net/docs/index.html"
!define MUI_URLUPDATE "http://awstats.sourceforge.net"
$PROJECT="awstats";
$MAJOR="6";
-$MINOR="95";
+$MINOR="96";
$RPMSUBVERSION="1";
@LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages
$REVISION = '$Revision$';
$REVISION =~ /\s(.*)\s/;
$REVISION = $1;
-$VERSION = "6.95 (build $REVISION)";
+$VERSION = "6.96 (build $REVISION)";
# ----- Constants -----
use vars qw/
'browsers', 'domains', 'operating_systems', 'robots',
'search_engines', 'worms'
);
- print "----- $PROG $VERSION (c) 2000-2009 Laurent Destailleur -----\n";
+ print "----- $PROG $VERSION (c) 2000-2010 Laurent Destailleur -----\n";
print
"AWStats is a free web server logfile analyzer to show you advanced web\n";
print "statistics.\n";
%OSHashID = (
# Windows OS family
'windows[_+ ]?2005','winlong','windows[_+ ]nt[_+ ]6\.0','winlong',
-'windows[_+ ]?2008','win2008','windows[_+ ]nt[_+ ]6\.1','win2008',
+'windows[_+ ]?2008','win2008','windows[_+ ]nt[_+ ]6\.1','win7',
'windows[_+ ]?vista','winvista','windows[_+ ]nt[_+ ]6','winvista',
'windows[_+ ]?2003','win2003','windows[_+ ]nt[_+ ]5\.2','win2003',
'windows[_+ ]xp','winxp','windows[_+ ]nt[_+ ]5\.1','winxp', 'syndirella', 'winxp',
#-----------------------------------------------------------
%OSHashLib = (
# Windows family OS
+'win7','<a href="http://www.microsoft.com/windows/" title="Windows 7 home page [new window]" target="_blank">Windows 7</a>',
'winlong','<a href="http://www.microsoft.com/windows/" title="Windows Vista home page [new window]" target="_blank">Windows Vista (LongHorn)</a>',
'win2008','<a href="http://www.microsoft.com/windowsserver2008/" title="Windows 2008 home page [new window]" target="_blank">Windows 2008</a>',
'winvista','<a href="http://www.microsoft.com/windowsvista/" title="Windows Vista home page [new window]" target="_blank">Windows Vista</a>',