Salome HOME
Increment version
authorvsr <vsr@opencascade.com>
Mon, 19 Jan 2015 15:19:34 +0000 (18:19 +0300)
committervsr <vsr@opencascade.com>
Mon, 19 Jan 2015 15:19:34 +0000 (18:19 +0300)
README
config_CentOS_5.5_64bit.xml
config_CentOS_6.3_64bit.xml
config_Debian_6.0_64bit.xml
config_Debian_7_64bit.xml
config_Fedora_18_64bit.xml
config_Mandriva_2010.0_64bit.xml
config_Ubuntu_13.10_64bit.xml
config_files/common.sh
doc/readme.html
src/SALOME_InstallWizard.cxx

diff --git a/README b/README
index ee5bbbfe2e079f32b8cb446c803d57a18fd3418e..4472d542bb0370781c9e3ee608ef89fc5cbfe915 100644 (file)
--- a/README
+++ b/README
                source salome.csh
 
           where <KERNEL_ROOT_DIR> is KERNEL binaries directory, e.g. 
-          KERNEL_7.5.0 for the 7.5.0 version.
+          KERNEL_7.5.1 for the 7.5.1 version.
 
      2.2. Launching of SALOME
        
           After you set environment you can start SALOME. Go to the KERNEL 
-          module's binaries directory (KERNEL_7.5.0/bin/salome for the version 
-          7.5.0) by using of 'cd' command and then type:
+          module's binaries directory (KERNEL_7.5.1/bin/salome for the version 
+          7.5.1) by using of 'cd' command and then type:
 
                runSalome [<parameters>]
 
           In this scenario it is supposed that you have installed SALOME
           modules sources in the /home/user/salome directory. The name of each module
           sources directory depends on the version of the platform, for example,
-          KERNEL_SRC_7.5.0 for KERNEL module of SALOME version 7.5.0.
+          KERNEL_SRC_7.5.1 for KERNEL module of SALOME version 7.5.1.
 
           Compilation and installation should be performed according to 
           the dependencies between modules:
 
           - create a configuration script by typing
 
-               ../KERNEL_SRC_7.5.0/build_configure
+               ../KERNEL_SRC_7.5.1/build_configure
 
           - run configure script which will check the environment and create 
            Makefile files:
 
-               ../KERNEL_SRC_7.5.0/configure --prefix=/home/user/salome/KERNEL-7.5.0
+               ../KERNEL_SRC_7.5.1/configure --prefix=/home/user/salome/KERNEL-7.5.1
 
           Note, that --prefix option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. configure script
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-7.5.0 directory.
+          installed into /home/user/salome/KERNEL-7.5.1 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.5.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.5.1
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.5.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.5.1
 
           - then repeat this scenario for other modules you want to build taking 
             into account the dependencies between modules (see dependencies table
 
                setenv MODULE_ROOT_DIR /home/user/salome/<MODULE_distribution>
 
-          where <MODULE_distribution> is a MODULE-7.5.0 (see above).
+          where <MODULE_distribution> is a MODULE-7.5.1 (see above).
 
      4.2. Automatic build procedure: build.sh script
 
 
           - run cmake
 
-               cmake -DCMAKE_INSTALL_PREFIX=/home/user/salome/KERNEL-7.5.0 ../KERNEL_SRC_7.5.0
+               cmake -DCMAKE_INSTALL_PREFIX=/home/user/salome/KERNEL-7.5.1 ../KERNEL_SRC_7.5.1
 
           Note, that -DCMAKE_INSTALL_PREFIX option defines the directory where you want to 
           install KERNEL module after 'make install' procedure. You
                make install
 
           After you have completed this scenario, KERNEL module is built and 
-          installed into /home/user/salome/KERNEL-7.5.0 directory.
+          installed into /home/user/salome/KERNEL-7.5.1 directory.
 
           - modify your environment scripts:
 
           * for bash:
 
-               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.5.0
+               export KERNEL_ROOT_DIR=/home/user/salome/KERNEL-7.5.1
 
           * for csh:
 
-               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.5.0
+               setenv KERNEL_ROOT_DIR /home/user/salome/KERNEL-7.5.1
 
 ================================================================================
index 58f7c9afdbcc12728a728b177848f5f0b6a09807..3f0b8df2ffdd93a80b0e4a72f0d26963127dc1b8 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="CentOS 5.5 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="CentOS 5.5 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="CentOS 5.5 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index a6242553df5250125587979981b370f82dbe70c4..061e7aa8f227347c8c8ab33a44df305feba3badf 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="CentOS 6.3 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="CentOS 6.3 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="CentOS 6.3 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index a82294cc9641dab4c45dded91da5062999b135da..fafd7367c6088e6bc4f49eeafe717f8376dbb11d 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 6.0 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 6.0 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 6.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index 02141ec3657261d71986d663c56e634ef5809dca..f22603de5009409e4dcc0ab455d0c8d9c838e91d 100644 (file)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian 7 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian 7 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Debian 7 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index f1ce0f3007e8ca088b188713c103dc10038d49d7..bc312f852d3ddf937dd2a19d0136f683ce2059eb 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Fedora 18 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Fedora 18 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Fedora 18 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index 2d4a047658e49551c4f7f532f41c627ae49e5307..6b5d4f2379485a00601b2ded96966cdacb4e8819 100755 (executable)
@@ -1,11 +1,11 @@
  <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Mandriva 2010.0 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Mandriva 2010.0 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Mandriva 2010.0 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index 9047ac9ae3910869a79af8431ad3011d6cc28226..055dae3cbdbda3e1e201c58f12a374f3c97f18f5 100644 (file)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="7.5.0"
+  <config version="7.5.1"
          caption="SALOME v%1"
          copyright="&lt;h5>Copyright (C) 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE&lt;br>&lt;br>Copyright (C) 2003-2007 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Ubuntu 13.10 64bit"
-         targetdir="${HOME}/salome_7.5.0"
+         targetdir="${HOME}/salome_7.5.1"
          tempdir="/tmp"
          optionallibs="libcppunit,libblsurf"/>
 
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="43600,9543,143799"
@@ -35,7 +35,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Ubuntu 13.10 64bit"
-                   version="7.5.0
+                   version="7.5.1
                    disable="false"
                    installdiskspace="19561,13616,105263"
                    script="GUI.sh"/>
@@ -44,7 +44,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="53153,28917,243218"
@@ -54,7 +54,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="232528,156613,509244"
@@ -64,7 +64,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="67162,40957,258042"
@@ -74,7 +74,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="28204,13148,128936"
                    script="VISU.sh"/>
@@ -83,7 +83,7 @@
              type="component"
             description="SALOME platform PARAVIS module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="3108,5279,24631"
                    script="PARAVIS.sh"/>
@@ -92,7 +92,7 @@
              type="component"
             description="SALOME platform HEXABLOCK module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="12898,10755,49473"
                    script="HEXABLOCK.sh"/>
              type="component"
             description="SALOME platform HEXABLOCK meshing algorithm plugin">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="824,324,4868"
                    script="HEXABLOCKPLUGIN.sh"/>
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3817,891,17776"
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="3163,1332,13264"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="8216,6661,16717"
              type="component"
             description="SMESH plugin from CEA sources">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="4388,1893,17994"
              type="component"
             description="SMESH plugin from CEA">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="5671,4107,16791"
              type="component"
             description="SALOME platform hybrid meshing algorithm plugin. For use this plugin you should add the path to mg-hybrid.bash to your PATH environment variable.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    woguimode="true"
                    installdiskspace="9261,7749,19930"
              type="component"
             description="SALOME platform COMPONENT module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="2658,545,12209"
                    script="COMPONENT.sh"/>
              type="component"
             description="SALOME platform PYCALCULATOR module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="319,222,1284"
                    script="PYCALCULATOR.sh"/>
              type="component"
             description="SALOME platform CALCULATOR module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="540,412,1849"
                    script="CALCULATOR.sh"/>
              type="component"
             description="Example SALOME C++ module: Hello.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="763,326,3286"
                    script="HELLO.sh"/>
              type="component"
             description="Example SALOME Python module: Hello.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="672,282,2366"
                    script="PYHELLO.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="430,182,1701"
                    script="ATOMGEN.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="508,215,3272"
                    script="ATOMSOLV.sh"/>
              type="component"
             description="Example from Salome tutorial.">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="372,216,3049"
                    script="ATOMIC.sh"/>
              type="component"
             description="LIGHT (no-CORBA-engine) SALOME module example">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="269,180,1952"
                    script="LIGHT.sh"/>
              type="component"
             description="LIGHT Python (no-CORBA-engine) SALOME module example">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="120,112,692"
                    script="PYLIGHT.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="193,100,1000"
                    script="RANDOMIZER.sh"/>
              type="component"
             description="SALOME-based module implement simple interface to calculate Sierpinsky fields">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="443,203,3036"
                    script="SIERPINSKY.sh"/>
              type="component"
             description="Med Memory package">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="true"
                    installdiskspace="208,221,2958"
                    script="FILTER.sh"/>
              type="component"
             description="Tool to supervise execution of complex interconnected scientific applications">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="30057,16244,153651"
                    script="YACS.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="563,1013,0"
                    script="YACSGEN.sh"/>
             type="component"
              description="Component and module generator for SALOME">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="1930,1182,11590"
                    script="JOBMANAGER.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,362020,0"
                    script="SAMPLES.sh"/>
              type="component"
             description="Introduction to the developing of an application based on SALOME platform">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,4704,0"
                    script="TUTORIAL.sh"/>
              type="component"
             description="SALOME platform HOMARD module">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="24120,17189,59650"
                    script="HOMARD.sh"/>
             type="component"
              description="SALOME module generator">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="801,3144,3513"
                    script="HXX2SALOME.sh"/>
             type="component"
              description="SALOME module generator documentation">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="0,2308,2308"
                    script="HXX2SALOMEDOC.sh"/>
             type="component"
              description="SALOME documentation">
       <installation os="Ubuntu 13.10 64bit"
-                    version="7.5.0
+                    version="7.5.1
                    disable="false"
                    installdiskspace="782900,7899,9835"
                    script="DOCUMENTATION.sh"/>
index 95317fa488afc97d564a2345886a076134740554..759408ceb3402ce20a5d8682dc176405a551b705 100755 (executable)
@@ -20,7 +20,7 @@ export CFGRC="salome.cfg"
 #####################################################
 # !WARNING! This is current SALOME version number
 ####################################################
-export SALOME_VERSION="7.5.0"
+export SALOME_VERSION="7.5.1"
 export YACSGEN_VERSION=${SALOME_VERSION}
 
 # Name of the single directory for SALOME modules
index a70e41448c37662267feda5a7878fb2140f0f3e0..137f24800cebd8501c2b72842f35f4fb857c42f1 100755 (executable)
@@ -36,7 +36,7 @@ Wizard Help</font></font></h3>
 </table>
 </center>
 <div align="right"><b><font color="#000099">updated for the version </font><font
- color="#ff0000">7.5.0</font></b></div>
+ color="#ff0000">7.5.1</font></b></div>
 <hr>
 <ul>
   <li> <a href="#install_from_wizard">Installing products with the
index 858ac704587cdec6e3623b67097a6fcae99bbb8d..99c427fb8dc7fc1e0f3c453e9869c8742e6f7209 100644 (file)
@@ -557,7 +557,7 @@ SALOME_InstallWizard::SALOME_InstallWizard(const QString& aXmlFileName,
   addLogo( pixmap( pxLogo ) );
 
   // set defaults
-  setVersion( "7.5.0" );
+  setVersion( "7.5.1" );
   setCaption( tr( "SALOME %1" ).arg( myVersion ) );
   setCopyright( tr( "<h5>Copyright &copy; 2007-2014 CEA/DEN, EDF R&amp;D, OPEN CASCADE<br></h5>"
                "<h5>Copyright &copy; 2003-2007 OPEN CASCADE,<br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,<br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS</h5>" ));