diff --git a/ChangeLog.txt b/ChangeLog.txt index e5a2ab6..b5df0d7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,10 +1,14 @@ +Fri Jun 15 18:25:33 CEST 2018 +pkg/slackpkg+-1.7.0d1-noarch-5mt.txz + - Fix incompatibility with slackpkg prior 2.83.0-noarch-3 ++-------------------------+ + Fri Jun 15 16:09:51 CEST 2018 pkg/slackpkg+-1.7.0d1-noarch-4mt.txz - Fix incompatibility with slackpkg-2.83.0-noarch-3 - Fix setupmultilib script. It did use oldstyle 'multilib:' - Fix a regression in TAG PRIORITY - Handle the case where /var/log/packages is a symlink - +-------------------------+ Thu Apr 26 23:49:04 CEST 2018 diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index e5a2ab6..b5df0d7 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,10 +1,14 @@ +Fri Jun 15 18:25:33 CEST 2018 +pkg/slackpkg+-1.7.0d1-noarch-5mt.txz + - Fix incompatibility with slackpkg prior 2.83.0-noarch-3 ++-------------------------+ + Fri Jun 15 16:09:51 CEST 2018 pkg/slackpkg+-1.7.0d1-noarch-4mt.txz - Fix incompatibility with slackpkg-2.83.0-noarch-3 - Fix setupmultilib script. It did use oldstyle 'multilib:' - Fix a regression in TAG PRIORITY - Handle the case where /var/log/packages is a symlink - +-------------------------+ Thu Apr 26 23:49:04 CEST 2018 diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 483b4eb..d512abb 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -484,6 +484,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then URLFILE=$1 if [ $(basename $1) = "ChangeLog.txt" ];then + DOWNLOADCHANGELOG=no if [ -e $TMPDIR/changelogdownloaded ];then echo " Done." return