Release Notes

Public

7.0.16.2539: Aug 30 2018

New

Moved the localization of the Linux, OS X and part of the Windows GUIs from the code to a .txt file. It means it will be super easy to translate Linux and OS X to French, German... whatever :)

New

WebUI: We added a toggle in the Branches List to allow you to select which kind of date filter you wish to apply. You can either filter by date using either the branches timestamp or the timestamp of the changesets in each branch!

New

The temporary path used by the Plastic SCM Server can be configured now. You just need to set the appropriate value in the 'TmpPath' property (edit the 'server.conf' file in the server binaries directory); you might need to add it if it's not present. If no custom temporary path is set, the OS tmp path value will be used.

Bug

CLI: Executing 'cm partial ci' caused the client to return the error message "Object reference not set to an instance of an object" because it didn't support added xlinks as part of the set of changes to checkin.

To fix this, we improved the 'cm partial ci' command so that it supports added xlinks!