From 8af2291646e820c6ae176cd56ac229964bd6c9c6 Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Sat, 27 Feb 2016 15:45:53 +0100 Subject: [PATCH] Slackpkg+ 1.7.b3 --- ChangeLog.txt | 10 ++++++++++ src/ChangeLog.txt | 10 ++++++++++ src/slackpkgplus.sh | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 725c211..8dfc385 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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. diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 725c211..8dfc385 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -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. diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 4460736..8a3884e 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -1255,7 +1255,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then fi - SPKGPLUS_VERSION="1.7.b2" + SPKGPLUS_VERSION="1.7.b3" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"