From: Laurent Destailleur Date: Tue, 14 Jul 2015 13:04:27 +0000 (+0200) Subject: Release of 7.4 version X-Git-Tag: AWSTATS_7_5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6405a7d84d3c6df343503f2139ab447ba01965ee;p=thirdparty%2FAWStats.git Release of 7.4 version --- diff --git a/README.md b/README.md index 4cfcba8d..8cbc659c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ License: GNU GPL v3+ (GNU General Public License. See LICENSE file), Version: 7.4 -Release date: July 2014 +Release date: July 2015 Platforms: All (Linux, NT, BSD, Solaris and other *NIX's, BeOS, OS/2...) @@ -170,7 +170,7 @@ Twitter: # ABOUT THE AUTHOR, LICENSE AND SUPPORT --------------------------------------- -Copyright (C) 2000-2014 - Laurent Destailleur - eldy@users.sourceforge.net - +Copyright (C) 2000-2015 - Laurent Destailleur - eldy@users.sourceforge.net - Laurent Destailleur is also the project leader of [Dolibarr ERP CRM Opensource project] , and author of AWBot, CVSChangeLogBuilder, DoliDroid and founder of DoliCloud SaaS . diff --git a/docs/awstats.pdf b/docs/awstats.pdf index e259826c..607d043c 100644 Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ diff --git a/make/makepack-awstats.pl b/make/makepack-awstats.pl index e18ef960..ab56f458 100755 --- a/make/makepack-awstats.pl +++ b/make/makepack-awstats.pl @@ -479,7 +479,7 @@ if ($nboftargetok) { $command="rsync -s -e 'ssh' --recursive /tmp/emptydir/ \"".$destFolder."\""; print "$command\n"; my $ret=`$command 2>&1`; -die(); + $command="rsync -s $OPTIONUPDATEDIST -e 'ssh' \"$file\" \"".$destFolder."\""; print "$command\n"; my $ret=`$command 2>&1`; diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 4dbc3652..c9dcee9a 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -36,7 +36,7 @@ use File::Spec; # Defines #------------------------------------------------------------------------------ use vars qw/ $REVISION $VERSION /; -$REVISION = '20140726'; +$REVISION = '20150714'; $VERSION = "7.4 (build $REVISION)"; # ----- Constants -----