From 31101a9185d9e61d58e466bef5f9f940a3e1a173 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 6 Dec 2024 09:48:04 +0200 Subject: [PATCH] Updated for version 5.1.6 Signed-off-by: Dimitris Zlatanidis --- docs/changelog.md | 7 +++++++ docs/cli_usage/index.md | 2 +- docs/install.md | 10 +++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 66c22199..3f7aa5f5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ ## slpkg - ChangeLog +### 5.1.6 - 29/10/2024 +- Added: + * Warning message for kernel upgrade + +- Fixed: + * Fixed for new line at the finished time + ### 5.1.5 - 06/10/2024 - Updated: diff --git a/docs/cli_usage/index.md b/docs/cli_usage/index.md index 0d3c74a0..bc9b48e4 100644 --- a/docs/cli_usage/index.md +++ b/docs/cli_usage/index.md @@ -1,7 +1,7 @@ # CLI USAGE ```bash -slpkg - version 5.1.5 +slpkg - version 5.1.6 USAGE: slpkg [COMMAND] [OPTIONS] diff --git a/docs/install.md b/docs/install.md index c3a5eec9..d2ac7857 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,12 +2,12 @@ ## Download -Download the last release: slpkg-5.1.5.tar.gz +Download the last release: slpkg-5.1.6.tar.gz ## Install ```shell -$ tar xvf slpkg-5.1.5.tar.gz -$ cd slpkg-5.1.5 +$ tar xvf slpkg-5.1.6.tar.gz +$ cd slpkg-5.1.6 $ ./install.sh ``` The package will be installed as Slackware package. @@ -18,10 +18,10 @@ Alternatively you can visit: slpkg-5.1.5-x86_64-1_dsw.txz +Download the binary package slpkg-5.1.6-x86_64-1_dsw.txz ```shell -$ upgradepkg --install-new slpkg-5.1.5-x86_64-1_dsw.txz +$ upgradepkg --install-new slpkg-5.1.6-x86_64-1_dsw.txz ``` ## Dependencies