Release Notes

Public

9.0.16.4370: Jun 29 2020

New

All platforms - Server: LDAP connections now support StartTLS!

We improved the security of connections to the LDAP database by enabling StartTLS.

There should be no configuration change required. If your LDAP server supports StartTLS, any new connections will automatically be made secure.

Note: you should connect to port 389.

Bug

macOS, Linux - Gluon: We noticed that the "set files as read-only" setting didn't work as it should in partial (i.e. Gluon) workspaces. Let's say you run these steps:

* You check the "Update and Checkin operations set files as read-only" option in Gluon preferences

* You add a file that has its permissions set to 644

* You checkin that file

* You verify that the file permissions are now 444 (i.e. read-only)

* You run a workspace update

* Suddenly, the file permissions are 644!

We fixed that behavior so that running a workspace update from the Gluon GUI or a 'cm partial update .' command from the CLI leave the appropriate filesystem permissions.