From 24beac8a81dbfb80ab60105af234f0ff4b8570ed Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 6 Mar 2020 14:50:54 +0100 Subject: [PATCH] initialise 5.6 release notes --- doc/src/commands/application.rst | 7 ++-- doc/src/index.rst | 1 + doc/src/release_notes/release_notes_5.6.0.rst | 40 +++++++++++++++++++ 3 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 doc/src/release_notes/release_notes_5.6.0.rst diff --git a/doc/src/commands/application.rst b/doc/src/commands/application.rst index 2816b91..b21221b 100644 --- a/doc/src/commands/application.rst +++ b/doc/src/commands/application.rst @@ -6,8 +6,9 @@ Command application Description =========== -The **application** command creates a virtual SALOME application. -Virtual SALOME applications are used to start SALOME when distribution is needed. +The **application** command is used to create a virtual SALOME application. +This command use appli_gen tool to generate the virtual application. +It uses symbolic links and do not work on windows platform. Usage ===== @@ -41,7 +42,7 @@ Usage * Generate a mesa application (if mesa and llvm are parts of the application). Use this option only if you have to use salome through ssh and have problems with ssh X forwarding of OpengGL modules (like Paravis): :: - sat launcher --use_mesa + sat application --use_mesa Some useful configuration paths ================================= diff --git a/doc/src/index.rst b/doc/src/index.rst index 66f7d16..521f394 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -63,6 +63,7 @@ List of Commands generate init template + application Release Notes diff --git a/doc/src/release_notes/release_notes_5.6.0.rst b/doc/src/release_notes/release_notes_5.6.0.rst new file mode 100644 index 0000000..e8a14c6 --- /dev/null +++ b/doc/src/release_notes/release_notes_5.6.0.rst @@ -0,0 +1,40 @@ +***************** +SAT version 5.5.0 +***************** + +Release Notes, May 2020 +======================= + + +New features and improvements +----------------------------- + + +**Checking of system dependencies** + +SALOME depends upon some system prerequisites. Recent examples are tbb and openssl. For these products SALOME made the choice not to embedd the prerequisite, but +to rely on the system version. +SAT has now the capacity to check for the system dependencies in two ways: + +* **sat prepare** command will return an error if system prerequisites are not installed. +* **sat config** has now an option **--check_system** that list all the system prerequisites with their status. + + + + +Change log +---------- + +This chapter does not provide the complete set of changes included, only the +most significant changes are listed. + + ++-------------+-----------------------------------------------------------------------------------+ +| Artifact | Description | ++=============+===================================================================================+ +| sat #18501 | mauvaise gestion de la fonctionnalité rm_products dans les archives | ++-------------+-----------------------------------------------------------------------------------+ +| | | ++-------------+-----------------------------------------------------------------------------------+ +| | | ++-------------+-----------------------------------------------------------------------------------+ -- 2.39.2