diff --git a/ChangeLog.txt b/ChangeLog.txt index 28097d9..8333682 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,14 @@ +Sat Jan 29 16:42:01 CET 2022 +pkg/slackpkg+-1.8.rc3-noarch-1mt.txz: Upgrade + - Give a chance to disable the packages cache purge. + - some cosmetic report (thx to marav) + - small issue trying to clean cache directory + - A minor in slackpkg info on sbo packages + - Generated 1.8 branch on github and slakfinder repositories + - New repository /slackpkg+1.8/ and a dynamic repository /slackpkg+/ + that automatically select a release for slackware 14.2 o 15.0 ++-------------------------+ + Sun Jan 16 00:05:32 CET 2022 pkg/slackpkg+-1.8.rc2-noarch-1mt.txz: Upgrade - Fixed an advice at first 1.8 install diff --git a/src/ChangeLog.txt b/src/ChangeLog.txt index 28097d9..8333682 100644 --- a/src/ChangeLog.txt +++ b/src/ChangeLog.txt @@ -1,3 +1,14 @@ +Sat Jan 29 16:42:01 CET 2022 +pkg/slackpkg+-1.8.rc3-noarch-1mt.txz: Upgrade + - Give a chance to disable the packages cache purge. + - some cosmetic report (thx to marav) + - small issue trying to clean cache directory + - A minor in slackpkg info on sbo packages + - Generated 1.8 branch on github and slakfinder repositories + - New repository /slackpkg+1.8/ and a dynamic repository /slackpkg+/ + that automatically select a release for slackware 14.2 o 15.0 ++-------------------------+ + Sun Jan 16 00:05:32 CET 2022 pkg/slackpkg+-1.8.rc2-noarch-1mt.txz: Upgrade - Fixed an advice at first 1.8 install diff --git a/src/repositories.txt b/src/repositories.txt index a1ec215..5e8bf99 100644 --- a/src/repositories.txt +++ b/src/repositories.txt @@ -39,8 +39,10 @@ Some specific notes: /slackpkg+1.8/ -> the newest release working with slackware 15.0 and current /slackpkg+15/ -> the latest stable release working with slackware 15 /slackpkg+dev/ -> the development release; please consider to test it and report bugs - /slackpkg+/ -> currently an alias for /slackpkg+1.7/ - will change to an alias for /slackpkg+15/ when slackware 15.0 will be released + /slackpkg+/ -> Dynamic repository. Try to detect which slackware release you are using + then redirect to /slackpkg+1.7/ if you are using 14.2, or show a release + compatible with the slackware-stable at the moment. + You should not use that repository * multilib: Please, run /usr/doc/slackpkg+-*/setupmultilib.sh to setup it. diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 104230d..ececaee 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -1991,7 +1991,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then cleanup fi - SPKGPLUS_VERSION="1.8.rc2" + SPKGPLUS_VERSION="1.8.rc3" VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION" if [ ${VERSION:0:4} == "2.82" ];then