From b0a5fba6a51d22de8ecf9704d73e8040cdfdab0b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 7 Jun 2024 17:11:29 +0300 Subject: [PATCH] Updated for version 5.1.0 Signed-off-by: Dimitris Zlatanidis --- docs/changelog.md | 13 +++++++++++++ docs/cli_usage/index.md | 2 +- docs/install.md | 10 +++++----- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index cfadf31e..4b601cc5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,18 @@ ## slpkg - ChangeLog +### 5.1.0 - 06/06/2024 + +- Added: + * Added PACKAGE_METHOD config to choose the upgrade method + * Added DOWNGRADE_PACKAGES config to allow to downgrade packages (Thanks to marav) + * Added PACKAGE_TYPE config if you prefer to add your own binary type + * Added python3-tomlkit to replace tomli and tomllib for -current + +- Updated: + * Updated message for invalid package version + * Updated upgrade.log file to json format + * Separation of the process bar with progress bar + ### 5.0.9 - 23/05/2024 - Added: diff --git a/docs/cli_usage/index.md b/docs/cli_usage/index.md index 7e95964b..e9f4434a 100644 --- a/docs/cli_usage/index.md +++ b/docs/cli_usage/index.md @@ -1,7 +1,7 @@ # CLI USAGE ```bash -slpkg - version 5.0.9 +slpkg - version 5.1.0 USAGE: slpkg [COMMAND] [OPTIONS] diff --git a/docs/install.md b/docs/install.md index 75926860..71e8e7f4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,12 +2,12 @@ ## Download -Download the last release: slpkg-5.0.9.tar.gz +Download the last release: slpkg-5.1.0.tar.gz ## Install ```shell -$ tar xvf slpkg-5.0.9.tar.gz -$ cd slpkg-5.0.9 +$ tar xvf slpkg-5.1.0.tar.gz +$ cd slpkg-5.1.0 $ ./install.sh ``` The package will be installed as Slackware package. @@ -18,10 +18,10 @@ Alternatively you can visit: slpkg-5.0.9-x86_64-1_dsw.txz +Download the binary package slpkg-5.1.0-x86_64-1_dsw.txz ```shell -$ upgradepkg --install-new slpkg-5.0.9-x86_64-1_dsw.txz +$ upgradepkg --install-new slpkg-5.1.0-x86_64-1_dsw.txz ``` ## Dependencies