Release Notes
5.0.44.715: Dec 21 2015
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.
Server: Loading of active/inactive users is only done during server startup.
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.
Server: The ACLs for all repos are now loaded on server startup instead of on demand.
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.