Release 5.0.0

New and noteworthy

System requirements

Configuration management

Publishing agents

Mass actions to add users from a list of e-mails

Audit

Design comparison

Importing comments from a document

Review improvements

Links consolidation

WEB reports

Dashboards

Improved navigation

Publisher improvements

Bug fixes

Excel: support for strikethrough text.

LDAP: performance issue with the users cache.

Reviews: improved display of custom attributes in discussions.

Reviews: glitch when editing review objectives.

DOORS: the publication now keeps icons for incoming / outgoing links.

Known issues

The list of known issues can be found on the known issues page.

Migration notes

Release 5.0.0 requires updating the Neo4j plugin for SECollab.

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.