Slackpkg+ 1.7.b3

This commit is contained in:
Matteo Rossini 2016-02-27 15:45:53 +01:00
parent c7e79304b8
commit 8af2291646
3 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,13 @@
Version 1.7.b3 - 27/Feb/2016
- Added WW_FILE_SEARCH to file-search whole-words o not (thanks to yars068)
- Colorized the slackpkg search results
- Added DETAILED_INFO to allow slackpkg info to show many details on the
package
- slackpkg reinstall fixed; also now allow to choose the repository as in
install/upgrade; this becouse there more than one repository containing
identicals packages.
- dir:// repositories and inline repositories has most priority
Version 1.7.b2 - 29/Jan/2016
- Avoid slackpkg to corrupt the slackware database if there are some manual
upgrade in progress.

View file

@ -1,3 +1,13 @@
Version 1.7.b3 - 27/Feb/2016
- Added WW_FILE_SEARCH to file-search whole-words o not (thanks to yars068)
- Colorized the slackpkg search results
- Added DETAILED_INFO to allow slackpkg info to show many details on the
package
- slackpkg reinstall fixed; also now allow to choose the repository as in
install/upgrade; this becouse there more than one repository containing
identicals packages.
- dir:// repositories and inline repositories has most priority
Version 1.7.b2 - 29/Jan/2016
- Avoid slackpkg to corrupt the slackware database if there are some manual
upgrade in progress.

View file

@ -1255,7 +1255,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
fi
SPKGPLUS_VERSION="1.7.b2"
SPKGPLUS_VERSION="1.7.b3"
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"