From 28f5e10c0fcce2781e8e09f4133b94509e71ac7d Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Fri, 8 Apr 2022 21:43:41 +0200 Subject: [PATCH 1/2] Update installation guide Use the latest Open CAS Linux version in the installation guide. Signed-off-by: Robert Baldyga --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebe1a5d..df3176c 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed. To download latest Open CAS Linux release run following commands: ``` -wget https://github.com/Open-CAS/open-cas-linux/releases/download/v21.6.5/open-cas-linux-21.06.5.0555.release.tar.gz -tar -xf open-cas-linux-21.06.5.0555.release.tar.gz -cd open-cas-linux-21.06.5.0555.release/ +wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.3/open-cas-linux-22.03.0.0666.release.tar.gz +tar -xf open-cas-linux-22.03.0.0666.release.tar.gz +cd open-cas-linux-22.03.0.0666.release/ ``` Alternatively, if you want recent development (unstable) version, you can clone GitHub repository: From 471bd2cac523d63e2f79c6ce5e063d2acc1cde19 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Fri, 8 Apr 2022 21:44:07 +0200 Subject: [PATCH 2/2] Add information about recommended version Signed-off-by: Robert Baldyga --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3176c..1850b8a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,11 @@ Open CAS uses Safe string library (safeclib) that is MIT licensed. ## Installation -To download latest Open CAS Linux release run following commands: +We recommend using the latest version, which contains all the important fixes +and performance improvements. Bugfix releases are guaranteed only for the +latest major release line (currently 22.3.x). + +To download the latest Open CAS Linux release run following commands: ``` wget https://github.com/Open-CAS/open-cas-linux/releases/download/v22.3/open-cas-linux-22.03.0.0666.release.tar.gz