diff --git a/ChangeLog.txt b/ChangeLog.txt index 8af7e73..a1e2aa2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 8af7e73..a1e2aa2 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -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 diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 3ef9ee7..387b546 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -1195,7 +1195,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then - SPKGPLUS_VERSION="1.7.a5" + SPKGPLUS_VERSION="1.7.a6" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"