From 92dfcf1d56fbf8f2d5682bb7a610767f1f55aa9c Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Thu, 19 May 2016 21:47:58 +0200 Subject: [PATCH] slackpkg+-1.7.0rc1-noarch-1mt.txz --- ChangeLog.txt | 6 ++++++ src/ChangeLog.txt | 6 ++++++ src/slackpkgplus.sh | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 452d0ef..2ff1535 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +Version 1.7.0rc1 - 19/May/2016 + - WW_FILE_SEARCH did affect file search AND package search + - fixed warning in update when one repository does not have the changelog + - ignore the package extension in package selection + - fixed a regression in dir: repository + Version 1.7.b4.3 - 02/May/2016 - Optimized code for generating ChangeLogs. (phenixia2003) diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 452d0ef..2ff1535 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,3 +1,9 @@ +Version 1.7.0rc1 - 19/May/2016 + - WW_FILE_SEARCH did affect file search AND package search + - fixed warning in update when one repository does not have the changelog + - ignore the package extension in package selection + - fixed a regression in dir: repository + Version 1.7.b4.3 - 02/May/2016 - Optimized code for generating ChangeLogs. (phenixia2003) diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 2d60131..e175338 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -1537,7 +1537,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then fi - SPKGPLUS_VERSION="1.7.b4.3" + SPKGPLUS_VERSION="1.7.0rc1" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"