From ddbbb3b2cfd62071fc132bf4a6b4622fc1340719 Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Sat, 16 Jan 2016 00:52:23 +0100 Subject: [PATCH] Version 1.7.a5 - 16/Jan/2016 - Improved greylist. Also, now it allow to match the name in installed packages - Fixed download GPG-KEY; it did not show the correct repository for gpg key - Fixed previous patch for $ROOT problem (did broke 'slackpkg search command') --- ChangeLog.txt | 5 +++++ src/ChangeLog.txt | 5 +++++ src/slackpkgplus.sh | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6a431ef..8af7e73 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +Version 1.7.a5 - 16/Jan/2016 + - Improved greylist. Also, now it allow to match the name in installed packages + - Fixed download GPG-KEY; it did not show the correct repository for gpg key + - Fixed previous patch for $ROOT problem (did broke 'slackpkg search command') + Version 1.7.a4 - 12/Jan/2016 - Improved performance - Fixed search that may fails to detect repository in certain conditions diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 6a431ef..8af7e73 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,3 +1,8 @@ +Version 1.7.a5 - 16/Jan/2016 + - Improved greylist. Also, now it allow to match the name in installed packages + - Fixed download GPG-KEY; it did not show the correct repository for gpg key + - Fixed previous patch for $ROOT problem (did broke 'slackpkg search command') + Version 1.7.a4 - 12/Jan/2016 - Improved performance - Fixed search that may fails to detect repository in certain conditions diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 69f5e3a..38eb2b0 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -1178,7 +1178,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then - SPKGPLUS_VERSION="1.7.a4" + SPKGPLUS_VERSION="1.7.a5" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"