Release Notes

Public

5.4.16.685: Aug 14 2015

New

Gluon: The Gluon views can now be refreshed by pressing F5 key.

New

Issue trackers: The 'Create branch' dialog is now able to list all pending issues assigned to a user with JIRA 'multiple projects' working mode.

Please check this link out for further info about JIRA multi-project configuration in Plastic SCM:

https://www.plasticscm.com/documentation/extensions/plastic-scm-version-control-task-and-issue-tracking-guide.shtml#JIRA-Multi-projectconfiguration

New

Eclipse plugin: Now it's possible to checkin files from different workspaces from the package explorer.

New

Eclipse plugin: Improved the single branch development pattern in the Eclipse plugin. When checking in files, if other users performed changes in the same branch, the Eclipse plugin tries to perform an automatic 'update merge'. If user intervention is required to solve merge conflicts, the merge dialog is shown.

New

Server Installers: SQLite backend configuration: The built-in server's database backend config file (db.conf) is now configured to enable the WAL (Write-Ahead Logging) feature.

WAL enables SQLite backend users to avoid locking when multiple threads try to read simultaneously from the database. SQLite is the default database backend on Linux/Mac installations and optional on Windows.

New

GTK & Mac GUI's: 'diff branch/changeset' window can now be launched by double-clicking them in the 'Branch Explorer' view.

New

Windows GUI: The 'Branch Explorer' view background colors are now customized with the selected theme.

New

Windows GUI: The 'Analyze differences' feature in the 'diff branch/changeset' window are now calculated using only text files (ignoring binary files).

Bug

Windows GUI: 'diff branch/changeset' window: The 'current difference' index was incorrectly updated when navigating forward or backwards. Fixed.

Bug

Windows GUI: A 'null reference' exception was thrown when browsing the repository on a given changeset or branch, and there is a xlink pointing to a repository that doesn't exist. Fixed.

Bug

Windows GUI: Fixed an error when the GUI was trying to connect to a server using SSL with a not valid certificate host.

Bug

Command Line Interface: cm listtriggers command was not showing the user name properly in LDAP and AD authentication modes. Fixed.