]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Release of 7.4 version
authorLaurent Destailleur <eldy@destailleur.fr>
Tue, 14 Jul 2015 13:04:27 +0000 (15:04 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Tue, 14 Jul 2015 13:04:27 +0000 (15:04 +0200)
README.md
docs/awstats.pdf
make/makepack-awstats.pl
wwwroot/cgi-bin/awstats.pl

index 4cfcba8d5283131bb7a4915208f07c6c0e29a0ef..8cbc659ce4b65f8384b39e167ea31029d05a22aa 100644 (file)
--- 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: <http://www.twitter.com/awstats_project>
 
 # ABOUT THE AUTHOR, LICENSE AND SUPPORT
 ---------------------------------------
-Copyright (C) 2000-2014 - Laurent Destailleur - eldy@users.sourceforge.net - <http://www.nltechno.com>
+Copyright (C) 2000-2015 - Laurent Destailleur - eldy@users.sourceforge.net - <http://www.nltechno.com>
 
 Laurent Destailleur is also the project leader of [Dolibarr ERP CRM Opensource project] <http://www.dolibarr.org>,
 and author of AWBot, CVSChangeLogBuilder, DoliDroid and founder of DoliCloud SaaS <http://www.dolicloud.com>.
index e259826ce491b24873e47cdf5d876b1ef88fd066..607d043c6252d4d11250ce34eeb440a54ad34b57 100644 (file)
Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ
index e18ef960635c1cdd19c07549be921bdddb20d1a0..ab56f458a01ef10415218f5480ce2abef64dd0b3 100755 (executable)
@@ -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`;
index 4dbc3652f03543fa472df1480aaf911ed83e7e63..c9dcee9ad9173ffa2fcb981909fa85e3e4558455 100755 (executable)
@@ -36,7 +36,7 @@ use File::Spec;
 # Defines
 #------------------------------------------------------------------------------
 use vars qw/ $REVISION $VERSION /;
-$REVISION = '20140726';
+$REVISION = '20150714';
 $VERSION  = "7.4 (build $REVISION)";
 
 # ----- Constants -----