Release Notes

Public

 6.0.16.807: Feb 01 2017

New

This is the second public release of the new Plastic SCM 6.0 series. It includes important core improvements and features. It is published in the "labs" channel instead of the official one because there are some important design changes still to be delivered, although it is stable enough to be used in production.

New

Windows GUI: the checkin operation no longer locks the GUI. Now a panel with the progress information is displayed on the bottom of the window, so the user can continue using Plastic.

New

TeamCity plugin: The server-side checkout will now set up a workspace to download the first patch contents.

Bug

TeamCity plugin: The agent-side checkout failed if the previous build had left changed files in the workspace. Fixed.

Bug

Several fixes related to the client trying to contact the default server wrongly:

* cm lrep was always trying to contact the default server if it was in LDAP mode, even when the specified server to list repos from was a different one. Fixed.

* cm lrep was trying to solve the users even when they were not going to be printed. Fixed.

* cm lrep tried to solve the users from the default server, which is wrong. Fixed. It now uses the specified server.

* cm li didn't work if the default server was not reachable, even if the user specified a different one on the CLI. Fixed.

* cm update tried to contact the default server wrongly. Fixed.

Bug

GitServer: The git fetch/pull operation failed in scenarios with certain latency between the git client & gitserver. The error showed by the git client was an 'early EOF index-pack failed' error. Fixed.

Bug

Windows GUI: replication progress didn't show MB during data transfer with PlasticProto. Fixed.