Release 5.0.2

Fixes

Diff: support of Word documents.

Review: comments creation on a diagram area.

EA: diagram area's position.

Known Issues

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

Migration Information

Version 5.0.2 supersedes version 5.0.1. It can be installed over a 4.2.x version, or over a 5.0.1 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.