Release Notes

Public

9.0.16.4931: Jan 27 2021

Bug

Windows - Gluon: Plastic Links won't fail when the URL points to a plastic server that require ssl.

When the server is configured with ssl, the plastic link for a file contains the "ssl" protocol for accessing the plastic server. But Gluon wasn't able to open it.

From now on, links generated with servers configured with ssl can be opened correctly.

Also fixed links containing submodules repositories. See examples of these corrections:

plastic://ssl://192.168.100.25:8085/repos/repo_zero/test/changesets/1/path/icongluonlink.png?ui=gluon
plastic://ssl://192.168.100.25:8085/repos/repo_zero/changesets/1/path/icongluonlink.png?ui=gluon

Bug

All platforms: fixed duplicated deleted after incoming changes operation.

The incoming changes could leave a duplicated deleted directory. It happened when you have before running the incoming 2 moved and their source deleted. Let's see an example:

John:
* Move /src/foo.c to /foo.c
* Move /src/bar.c to /bar.c
* Delete /src

Mary
* Change /readme.txt
* Checkin

John:
* Update it's workspace to get the Mary's changes

The workspace pending changes were:
* Moved /src/foo.c to /foo.c
* Moved /src/bar.c to /bar.c
* Deleted /src
* Deleted /src

Now the workspace pending changes are:
* Moved /src/foo.c to /foo.c
* Moved /src/bar.c to /bar.c
* Deleted /src