slackpkgplus/ChangeLog.txt
Matteo Rossini e84d428fb1 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
2016-01-17 19:49:18 +01:00

246 lines
9.9 KiB
Text

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
- 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
- slackpkg search shows the repository name for the official repository
- Fixed a bug in gpg check when a repository name contains a '-' character
- Fixed a bug in slackpkg upgrade when used with $ROOT
Version 1.7.a3 - 10/Jan/2016
- 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
Version 1.7.a2 - 06/Jan/2016
- Remember user to (re)run 'slackpkg update gpg'
- Fixed Download Only when upgrade base packages (aaa_base, pkgtools...)
- Quick output on Cached Download
Version 1.7.a1 - 04/Jan/2016
It's the time for a stable version of slackpkg+. Currently it is just a
development version to fix older feature and add/test new. I'll need more
test possible to make it bugfree ;).
- Code reordering; now slackpkg+ is only slackpkgplus.sh
- Added repositories; improved checkrepos.sh
- BugFix: slackpkg give 'grep: write error' when running with "sudo su -"
- SecurityFix: Strict GPG Check. Packages MUST to be signed with root-GPG-KEY.
If can disable it via CHECKGPG in slackpkgplus.sh; see README
- New repository for slackpkg+ development version
Version 1.6.1 - 20/Dec/2015
- Added DOWNLOADONLY to just download packages without installing it
Version 1.6.0 - 19/Dec/2015
- Added CACHEUPDATE. You can now speedup the slackpkg update by caching
metadata files.
Version 1.5.2 - 18/Dec/2015
- Fixed a missed $ROOT
- Added SHOWORDER option. It's a way to sort packages in dialog box to help
reviewing large upgrade from many repositories. The SHOWORDER option
accepts "package" "repository" "tag" "path" "arch".
- Fixed some repository url. There are already some 14.2 repositories!!!
- slackpkg+ advise you to update the pkglist before use it
- Added a script in /usr/doc/slackpkg+-* to a fast check of repositories
- slackpkg -dialog=off now show repository name as with dialog
- Added SENSITIVE_SEARCH option to search case-insensitive
(thanks to phenixia2003)
- Important fixes in the priority manager. Many thanks to all people that
reported the bugs and a Big thanks to phenixia2003 for the fix. Now we need
your help to test it.
Version 1.5.1 - 20/Nov/2015
Note for Slackware 14.1 users: slackware-current introduce important bug fix
in slackpkg 2.82.0-14 (see Slackware ChangeLog) not backported in slackware
14.1; it is not mandatory but you are encouraged to upgrade it by download it
manually; be sure to greylist slackpkg to avoid an automatic downgrade.
- The trailing slash in MIRRORPLUS[] is now optional (thanks to phenixia2003
and Didier Spaier)
- Added DOWNLOADCMD option to add a custom downloader
- Fixed a bug that causes that ALL repositories fail if ONE repository fails
(thanks to FR on Alien Pasture for reporting)
- Fixed TAG_PRIORITY to avoid impact in slackpkg install
Version 1.5.0 - 10/Jul/2015
- Fixed TAG_PRIORITY
- Fixed repositories list
Version 1.4.99 - 01/Jul/2015
- Added priority by tag. Setting TAG_PRIORITY to 'on' slackpkg+
automatically upgrade packages from repository where the tag is the same
of the already installed package.
Version 1.4.1 - 16/Jun/2015
- Fix for repositories having CHECKSUMS.md5.gz.asc
Version 1.4.0 - 13/Dec/2014
- Now the official repositories (slackware64, extra, patches...) are treated
as thirdy party repositories, so you can add it in PKGS_PRIORITY
(phenixia2003)
- To put an entire repository in PKGS_PRIORITY, you no more need to add
':.*' after the name (phenixia2003)
Version 1.3.3 - 26/Oct/2014
- Patched to avoid to install glibc-debug from alienbob multilib (thanks to
phenixia2003)
Version 1.3.2 - 13/Jul/2014
- Patched to reflect changes on slackpkg 2.82.0-13
Version 1.3.1 - 7/Mar/2014
- Improved check-updates function (thanks to phenixia2003)
- Improved debug-mode
Version 1.3.0 - 1/Jan/2014
- Added a debug-mode download verbosity
- On upgrade, the status bar show available packages from every repository
Version 1.2.0 - 9/Dec/2013
- Now ALLOW32BIT also auto-greylist the 32bit packages
- Added an install log in /var/lib/slackpkg/install.log; use
'/usr/libexec/slackpkg/makeinstlog.sh -t' to create a starting
install.log (it TRY to detect the repository)
Version 1.1.0 - 6/Dec/2013
- Added ALLOW32BIT flag to allow to install 32bit packages on a 64bit system
- setupmultilib.sh install only adaptative multilib by default
- Small fixes
Version 1.0.2 - 6/Dec/2013
- Added WGETOPTS
- Moved notifications on a dedicated configuration file (notifymsg.conf)
Version 1.0.1 - 14/Nov/2013
- Fixed fatal on 'pasture' repository and on invalid repository
Version 1.0 - 11/Nov/2013
- slackpkg+ 1.0 stable finally relased
- All repositories aligned to newest slackware version
- Documentation reformatting and some typo fix (thanx to idlemoor)
- Added function 'notification on event' that allow to insert reminders
when you install/ugrade/remove some packages. See slackpkgplus.conf samples.
(thanks to phenixia2003)
Version 1.0rc3 - 28/Oct/2013
- slackpkg+ 1.0 release candidate 3. Last call. :)
- Added setupmultilib.sh in /usr/doc/slackpkg+-*, an helper for configure
multilibs in slackpkgplus.conf
Version 1.0rc2 - 21/Oct/2013
- Looks like we get a slackpkg+ 1.0 release candidate 2... but things are
pretty much nailed down at this point. Please test and report any last :D
- Updated some repository to 14.1
Version 1.0rc1 - 16/Oct/2013
- Slackware 14.1 is coming up. I think that also slackpkg+ is ready so as
Slackware I mark it as rc1 :). slackpkg 2.82.0-11 added the 14.1 repositories.
Unfortuatly I don't know which third-party repository will contains 14.1
packages, so I can't add 14.1 to repositories.txt
- You can now ovverride SLACKPKGPLUS VERBOSE from command-line (as USEBL)
Version 0.9.7.4 - 24/Sep/2013
- Try a better way to detect the newest version of the same package in local
or remote directory (does not guarantees 100% success)
- Try to download CHECKSUMS.md5.gz.asc if CHECKSUMS.md5.asc does not exists
(as salixos repository)
Version 0.9.7.3 - 10/Sep/2013
- Fix an issue with dir:// repositories and gpg check
Version 0.9.7.2 - 09/Sep/2013
- Added support for unrepositorized local directory in config file
- Added USEBL to temporary skip blacklist check (USEBL=0 slackpkg install..)
Version 0.9.7.1 - 06/Sep/2013
- fixed a bug on 'slackpkg upgrade file:..'
Version 0.9.7 - 05/Sep/2013
- Added install/upgrade/reinstall from disk with file:package.txz or dir:path,
and remote with {http,ftp,htts}://site/path/[package.txz], unrepositorized
packages. Please, read the README file.
- Disallow to choice the download manager; slackpkg+ require wget AND lftp
Version 0.9.6.1 - 02/Sep/2013
- fixed a bug in new dialog function (thanks to phenixia2003)
Version 0.9.6 - 01/Sep/2013
- fixed a slackpkg bug that does not recreate $WORKDIR if it does not exists.
- added repository name in dialog
Version 0.9.5 - 28/Aug/2013
- fixed a problem with some compat32 packages
- fixed a issue about packages selection with the official slackware repository
(thanks to phenixia2003)
Version 0.9.4 - 27/Aug/2013
- fixed a issue when a pattern is used multiple times in argument
- fixed a bug in install/upgrade regarding the enhanced priority
- fixed a bug in search which leads to wrong information about upgrade
- allow to to install/upgrade/reinstall/remove all the packages from
a given repository (thanks to phenixia2003 for big patch)
Version 0.9.3 - 25/Aug/2013
- fixed md5 check (thanks to AlienBob)
Version 0.9.2 - 01/Aug/2013
- allow to search the non $ARCH packages
- speed up the update process
- allow to disable the download status bar
Version 0.9.1 - 05/May/2013
- fixed an error when a folder is missing in the slackware mirror (as
/testing).
- fixed a conflict searching the package 'slackpkg'
- added file-search function
Version 0.9rc3 - 01/May/2013
- added more config file checks
- fixed a bug that does not allow to use the gpg check
- fixed a bug that deny to use local slackware mirror
Version 0.9rc2 - 30/Apr/2013
- added config file checks
- fixed a bug that try to check gpg even if CHECKGPG is set to off
- fixed a bug that show compat32 packages as duplicated
- implemented 'slackpkg search'
Version 0.9rc1 - 29/Apr/2013
- added some repository
Version 0.9beta2 - 27/Apr/2013
- fixed a 'package' bug that override slackpkgplus.conf (instead .new)
- added doinst.sh that auto-select a configuration file depending $ARCH
- fixed priority system bug when two repositories have package with the same
full name
Version 0.9beta1 - 26/Apr/2013
- added repositories in conf file
- added a priority system for repository only
- added support to local repository
Version 0.9test1 - 26/Apr/2013
- added a priority system for repository and single packages
- added gpg support
- added explicit support for alienbob multilibs
Version 0.3beta - 10/Oct/2012
- Added slackware 14.0 in default configuration
Version 0.2beta - 28/Sep/2012
- renamed in 'slackpkg+'
- allow to add multiple repositories
- extends the slackpkg 'PRIORITY'
Version 0.1 - 12/Jul/2011
First release.
- added slacky repository to slackpkg