Graphical and performance improvements
Graphs: display of resources with subsections.
Graphs: display of remote resources.
Graphs: creation of links to findings.
Configurations: prevention of deletion of the root Global Configuration of a project.
DOORS Addin: addition of Capella, Enterprise Architect and Rhapsody to supported publishing tools.
Migrations: preservation of resource shapes for resources without custom links.
Publication: adjustment of the default value for the publishing agent session validity duration parameter.
The list of known issues can be found on the known issues page.
Version 5.0.1 cancels and replaces version 5.0.0. It must be installed on a 4.2.x version.
Upgrading from version 4.2.x requires a migration. Before this migration, backup the following:
Migrating from version 4.2.x requires creating a migration file.
From any Windows client system, open SECollab's installation files, go to the configuration-selector
folder, then open a Windows command prompt.
In this prompt, run the following command: eclipsec.exe -s <serveur> -u <utilisateur> -o migration.json
.
The application will ask for the user password, then it will write the migration.json file in the current folder.
Once the file is generated, it must be manually edited until only one configuration remains per project. In version 4.2.x, it was possible to have a different designs tree in each configuration of a same project. Starting with version 5.0.0, only 1 design tree per project is preserved. It will be the design tree belonging to the configuration chosen in the migration.json file.
This file must then be uploaded to the target SECollab server, in the /opt/secollab
folder.
For the migration process to be able to access the migration file, the secollab.xml file, in the Tomcat server, must be edited with this new line:
<Parameter name="mdw.server.migrations.gc.configurationsMapping.file" value="/opt/secollab/migration.json" override="1"/>
Finally, follow the instructions in section Updating SECollab.