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"