Release Notes / Version 11.2210
Table Of ContentsCli Tool Argument Checks are Improved
Especially the
cm bulkpublish
command and other tools have not checked their parameter and arguments. In this specific case, a folder was passed to the bulkpublish command without the necessary
-f
option (because other tools do it that way). However, the tool did not complain about the unknown argument and simply assumed a default value for the folder. This is now checked more closely for all tools that don't need further arguments and a usage message is printed.
This change is only breaking if you have used the tools with wrong parameters. If you used them correctly, the behavior does not change.
(CMS-21210)
Content UUIDs on Live Servers
Stable and universally unique identifiers (UUIDs) for content are now also available on the Master Live Server and on Replication Live Servers . In previous releases, UUIDs for content were only available on the Content Management Server . Content that is newly created on a live server will now receive the same UUID as on the Content Management Server . However, existing contents that have been published or replicated with a previous release will not automatically receive UUIDs.
Follow Section, “Content UUIDs on Live Servers” for upgrade information.
(CMS-16997)