Release Notes

Public

5.0.44.534: Feb 25 2014

New

The LDAP provider was unable to query a subtree if the domain path didn't start with 'dc='. Now, the following format examples are supported:

- Dotted notation:

    'codicefactory.com or mydepartament.codicefactory.com'

- Path notation:

    'dc=codicefactory,dc=com'
    'dc=mydepartament,dc=codicefactory,dc=com'

Also organizational units are supported:

    'ou=USA,ou=CODICE SOFTWARE,dc=development,dc=codicefactory,dc=com'

New

Command line client: Added a summary at the end of the output obtained with cm li to provide extended license information.

Example:

cm li -wks=localhost:8084

Plastic SCM license information:
* User-license information:
  mark ACTIVE
  michael ACTIVE
  santiago INACTIVE (Not licensed)
  helga INACTIVE (Not licensed)

  Licensed to: The Cool Company
  Expiration date: 22/06/2007 13:34:23
  Total licensed users: 4
  Total activated users: 2
  Total available users: 2

Bug

GitSync: Fixed a very rare synchronization case: Import a commit where several file paths are now directories, and the original files were moved inside the new directories will fail. This happens if the machine where it is executed is very fast.

Bug

Move operation: When a move operation was performed between two different mount points loading the same repository, the move operation was wrongly allowed. Fixed.

Bug

Unity 3D: The "ignore.conf" file was not automatically ignored in Mac. Fixed.

Bug

Command line client: Issuing a cm status --changelist' command in a partial path was causing that some non-persistent changelists were deleted. Fixed.

Bug

Mergetool: An exception is thrown when clicking on navigation buttons and there were no conflicts in the file. Fixed.

Bug

GUI Linux: "Open with" a custom tool was not working from the repository explorer. Fixed.

Bug

GUI: Branch Explorer: The format rules were lost after restarting the GUI. Fixed.

Bug

GUI: Merge view: When pressing 'F5' key in a merge view, the following error was shown: "RefreshView not implemented for this view". Fixed.

Bug

GUI: Branch Explorer: When the "home" changeset was not visible in the branch explorer because of the date filter, an error message was shown refreshing the view. Fixed.

Bug

Merge operation: The merge operation could apply a change in the wrong path in an edge case (when the destination contributor had left on the same path another item with the same internal identifier from the same repository but a different mount point. Fixed.