Release Notes

Public

5.4.16.686: Aug 24 2015

New

Gluon: when sorting the workspace contents by status, folder and files are not mixed anymore.

New

Gluon: changeset differences can now be launched by double-clicking on a changeset in the changesets view.

New

Windows GUI: The issue tracker integration icons on the Windows GUI have been updated.

New

Windows GUI: 'Attributes' tab icons in 'Branch Explorer' options panel were updated. Some GUI improvements were also performed.

New

GTK/Mac GUIs: If the server auth mode is 'Active Directory' working mode, the client configuration wizard will automatically set the client auth mode to a compatible 'LDAP' working mode to connect to the 'Active Directory' server. User and password texboxes will be shown to fill in the user's LDAP credentials.

REMARK: Remember to start the Plastic SCM server with a valid Active Directory user account.

New

GTK/Mac GUIs: Added 'diff selected changesets' context menu option when 2 different changesets are selected either in the 'Changesets' view or in the 'Branch Explorer' view.

New

GTK/Mac GUIs: Added 'diff selected revisions' context menu option when 2 different revisions are selected in the 'History' view.

New

GTK/Mac GUIs: Added a new "Diff workspace contents" context menu option to added/deleted items on the Pending Changes View.

New

GTK GUI: Accelerator keys have been implemented for major context menu options (same as in Windows GUI).

New

Command line client: Improved format string for lrep and lwk commands.

Now, descriptive names like {repname} or {wkname} can be used instead of numbers in the format string. Improved default output format for this commands. Check the commands help for more info.

New

Command line client: The cm status command now prints current directory relative paths by default, instead of workspace root relative paths.

Nevertheless, workspace root relative paths still can be printed by specifying the --wrp (or ----wkrootrelativepaths ) flag.

Also, full paths can be also printed by specifying the --fp (or --fullpaths )

Remarks:

1) cm status --xml command will still print workspace root relative paths by default. The --fp (or --fullpaths ) will print absolute paths instead.

2) The cm status --machinereadable and cm status --short commands will remain unchanged, and they will print absolute paths (as they are commonly used for automation purpouses).

New

Command line client: The cm diff command now prints workspace root relative paths by default, instead of full workspace paths.

Nevertheless, full workspace paths still can be printed by specifying the --fp (or --fullpaths ) flag.

New

Command line client: The cm log command now prints workspace root relative paths by default, instead of full workspace paths.

Nevertheless, full workspace paths still can be printed by specifying the --fp (or --fullpaths ) flag.

Repository paths can be forcibly printed if the --repositorypaths flag is specified. This flag will override the --fp flag.

New

Server: The umtool's changeuserpassword command syntax has been modified modified. The new syntax is umtool changeuserpassword username newpassword newpassword

Now, to reset a user password on the UP configuration mode is not necesary to provide the old user password, since the command is executed by an admin user. However, you will need to repeat the new password in the command arguments.

The changeuserpassword has changed its alias to passwd.

Finally, the command can now be run in interactive mode if you don't provide any arguments.

New

Linux: Added Debian 8.1 compatibility. Please have a look at the linux package installation instructions: https://www.plasticscm.com/plastic-for-linux/index.html

Bug

Linux: The client didn't accept a ssl server certificate when replicating against a ssl remote server. It only happened in Linux. Fixed.

Bug

GitSync: When a Git commit contains a directory reference from an old commit (different than the parent commit), its content could be wrongly deleted during the synchronization process. Fixed

Bug

Windows GUI: Some aesthetical improvements have been done on the Preferences tab in the 'Options' dialog.

Bug

Windows GUI: Fixed an usability issue in the annotate view. The metadata textbox (the left one) scrolled right automatically after clicking when the line was long.