Release Notes

Public

5.0.44.715: Dec 21 2015

New

Server: Improvements in Channel Call log:

* Added queued info to channel call and to plasticlogstats. It shows the milliseconds that a method call has been waiting before being attended.

* Added cpu time (ms) to channel call, the 'showmethodlist' command and the associated log. 'plasticlogstats' modified accordingly.

New

Server: Loading of active/inactive users is only done during server startup.

New

Server: ActivityScheduler was locking the task list on execution. It could end up delaying system initialization if repositories failed to be upgraded. Not a big deal, but fixed.

New

Server: The ACLs for all repos are now loaded on server startup instead of on demand.

New

Added a new flag to 'server.conf' file to disable database upgrades: DatabaseUpgradeDisabled. It must be set as <DatabaseUpgradeDisabled>true</DatabaseUpgradeDisabled> on server.conf. Handle it with care! It must be removed when installing a new Plastic SCM server release. Contact the support team if you need to use it.