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"