Release Notes
5.0.44.614: Oct 20 2014
GUI: Code review: Now the differences in file system permissions are highlighted in a darker color to make it easier for users to check what permissions have been changed.
A new configuration dialog for the Plastic SCM server has been implemented. The configuration wizard has been replaced by a single form where the server can be easily configured in a single step.
GitSync: An error was being shown in the sync process from Git to Plastic SCM having the following scenario:
* Have a Plastic SCM and Git repositories synchronized.
* Create a Xlink in Plastic SCM and push to Git (new empty commit is created in Git)
* Run an update operation in Git, and commit a new change.
* Try to sync to get the new changes performed in Git -> An error is shown.
This scenario has been fixed and now the new changes can be pushed from Git to Plastic SCM.
Checkin operation: The checkin operation was failing with certain rare files that cannot be compressed. Fixed.
Fixed duplicated items in the differences of a branch where other branches are merged into this one.
An item appeared as many times as merges where the item was modified.