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')
This commit is contained in:
Matteo Rossini 2016-01-16 00:52:23 +01:00
parent a82fc093f3
commit ddbbb3b2cf
3 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -1178,7 +1178,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
SPKGPLUS_VERSION="1.7.a4"
SPKGPLUS_VERSION="1.7.a5"
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"