Release Notes Scratchpad¶
For 2.6.10 and… some upcoming 2.7 release:¶
- Issue #8596 — title and name must be unique within a given resource. (Notable bugfix.)
For “Telly” (3.0):¶
- Issue #11860: ‘exec’ resources used to always override the system locale to ‘C’ during execution. They now respect the current system locale on the node where they are running; if someone is parsing the output of a command on a system that has an international default locale, their parsing may now fail. They can choose to return to the previous behavior by overriding “LANG” and other locale-related environment variables explicitly, in the “environment” section of their exec resource.
Loading...