Release Notes

Public

11.0.16.9843: Dec 17 2025

New

All platforms - Desktop GUI: Deleting a branch shows branch name

The dialog to confirm the deletion of a branch wasn't showing the name of the branch to be deleted. We included this information in the explanation to make the operation safer.

At the same time, we enhanced the text shown in other deletion dialogs across the application

Bug

All Platforms - Desktop GUI: Fixed broken documentation link

Corrected an outdated reference to the smart locks documentation in the help pages.

Bug

Command-line: Fixed 'No such user ' error for code review creations and updates

Corrected an issue in the the cm codereview command where the assignee validation was incorrectly performed against the default server configured in the client.conf, resulting in an error if the user didn't exist there. With this update, the system now resolves the assignee's SEID against the correct server associated with the code review. This ensures that creating a new review or changing an existing review's assignee works as expected without false "No such user" errors.

Bug

All Platforms - Server: An overflow error prevented SEID checking under some Active Directory configurations.

In release 11.0.16.9785, we added a safeguard to prevent the server from hanging when Active Directory authentication stalled during the AcceptSecurityContext phase due to a locked account.

However, certain Domain Controller lockoutDuration settings could overflow during this check, blocking authentication when the AD controller requires an administrator to manually unlock the account.

This issue has now been fixed.