Release Notes

Public

5.4.13.589: Jul 30 2014

New

GameUI: Now, the history view is available when the user selects an element on the checkin and explorer workspace views.

New

Command line client: The 'ls' command now accepts a a new format parameter, named "transformed". It displays the applied rule for any transformed item. Please see the command help ('cm help ls') for further detail.

New

Mac Plastic SCM GUI: Recent comments feature added, working the same way as Windows GUI does.

Bug

GUI: Unable to undo an empty merge (the pending changes view only shows merge links pending to be checked in). Fixed.

A scenario to reproduce the fixed bug is the following:

* Switch to branch '/main'

* Create file 'foo.c'

* Add & checkin 'foo.c'

* Create branch '/main/task001'

* Switch to branch '/main/task001'

* Delete and checkin 'foo.c'

* Switch to branch '/main'

* Delete and checkin 'foo.c'

* Merge from branch '/main/task001' -> 'empty merge, only a pending merge link appears in the pending changes view'.

* Undo changes -> before this bugfix, the pending merge link didn't dissapear, when it should.