Version 1.7.a6 - 17/Jan/2016

- 'slackpkg search' if finds more duplicated packages with different
    versions from many repository, now show all, marking it as "masked" the
    packages that will not be installed due the priority
  - Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
This commit is contained in:
Matteo Rossini 2016-01-17 19:49:18 +01:00
parent 813f2469a8
commit e84d428fb1
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Version 1.7.a6 - 17/Jan/2016
- 'slackpkg search' if finds more duplicated packages with different
versions from many repository, now show all, marking it as "masked" the
packages that will not be installed due the priority
- Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
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

View file

@ -1,3 +1,9 @@
Version 1.7.a6 - 17/Jan/2016
- 'slackpkg search' if finds more duplicated packages with different
versions from many repository, now show all, marking it as "masked" the
packages that will not be installed due the priority
- Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
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

View file

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