Release Notes

Public

5.4.16.704: Nov 18 2015

New

Command Line Interface: The cm add and the cm partial add (gluon CLI) commands now accept a new parameter: --ignorefailed. This new parameter allows to skip items that cannot be added without rejecting the whole add operation.

REMARK: If a directory cannot be added, none of its inner items will be added either.

New

Server: Security checks for 'Branch Explorer' view and cm find command (used also by all views in the GUI's) have been greatly improved with Plastic Cloud in mind, but it will be a big plus for regular servers too.

Bug

Linux GUI (GTK): Fixed several error messages that were dumped on the console:

* Gtk-CRITICAL **: IA__gtk_widget_add_accelerator: assertion `GTK_IS_ACCEL_GROUP (accel_group)' failed

* Gtk-CRITICAL **: IA__gtk_text_layout_get_iter_location: assertion `GTK_IS_TEXT_LAYOUT (layout)' failed

* Gtk-CRITICAL **: _gtk_accel_group_attach: assertion 'g_slist_find (accel_group->acceleratables, object) == NULL' failed

Bug

Mergetool (Windows): When the user clicked on the Windows's 'X' button to close the dialog, the Mergetool didn't ask the user for saving changes. Now it's fixed.

Bug

Command Line Interface: The cm find command used with on repository option was incorrectly listing all repos even when it was not needed. It caused a perf impact under heavy load. Fixed.