mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Slackpkg+ 1.7.b3
This commit is contained in:
parent
c7e79304b8
commit
8af2291646
3 changed files with 21 additions and 1 deletions
|
@ -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
|
Version 1.7.b2 - 29/Jan/2016
|
||||||
- Avoid slackpkg to corrupt the slackware database if there are some manual
|
- Avoid slackpkg to corrupt the slackware database if there are some manual
|
||||||
upgrade in progress.
|
upgrade in progress.
|
||||||
|
|
|
@ -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
|
Version 1.7.b2 - 29/Jan/2016
|
||||||
- Avoid slackpkg to corrupt the slackware database if there are some manual
|
- Avoid slackpkg to corrupt the slackware database if there are some manual
|
||||||
upgrade in progress.
|
upgrade in progress.
|
||||||
|
|
|
@ -1255,7 +1255,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
SPKGPLUS_VERSION="1.7.b2"
|
SPKGPLUS_VERSION="1.7.b3"
|
||||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue