Well, I think that we can mark that version as Beta. It does not contains
new features, but it was done a large work of bugfixes and improvements.
A special thanks is for phenixia2003 and yars068 for code contributing and
for many other for ideas and testing. It's the time for the tests, to find
for bugs or someother improvement.
- '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
- 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')
- Improved performance
- Fixed search that may fails to detect repository in certain conditions
- slackpkg search shows the repository name for the official repository
- Do not show notices when running slackpkg update or slackpkg check-updates
(thanks to yars068)
- Fixed a bug on x86 hosts when a repository contains also x86_64 packages
removed TABs from all files
- Remember user to (re)run 'slackpkg update gpg'
- Fixed Download Only when upgrade base packages (aaa_base, pkgtools...)
- Quick output on Cached Download
Add vim modeline settings (but vim has nomodeline set by default, so it is just informational)
Removed tab (use spaces instead)
Reindent code
Add/Modify comments
moved zdialogplus.sh into slackpkgplus.sh
reordering functions (and separing from main):
function internal_blacklist()
function applyblacklist()
function cleanup()
function handle_event()
function remove_pkg()
function upgrade_pkg()
function install_pkg()
function wgetdebug()
function cached_downloader()
function getfile()
function checkgpg()
function checkmd5()
function givepriority()
function searchPackages()
function searchlistEX()
function showlist() // dialog=on (ex-zdialogplus.sh)
function showlist() // dialog=off