blob: a66d818f31b15e3e136dddd7094a8f194b42b2f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
major_changes:
- ansible-test - At startup the filesystem encoding is checked to verify it is UTF-8.
If not, the process exits with an error reporting the errant encoding.
- ansible-test - At startup the locale is configured as ``en_US.UTF-8``, with a fallback to ``C.UTF-8``.
If neither encoding is available the process exits with an error.
If the fallback is used, a warning is displayed.
In previous versions the ``en_US.UTF-8`` locale was always requested.
However, no startup checking was performed to verify the locale was successfully configured.
breaking_changes:
- ansible-test - At startup the filesystem encoding is checked to verify it is UTF-8.
If not, the process exits with an error reporting the errant encoding.
- ansible-test - At startup the locale is configured as ``en_US.UTF-8``, with a fallback to ``C.UTF-8``.
If neither encoding is available the process exits with an error.
If the fallback is used, a warning is displayed.
In previous versions the ``en_US.UTF-8`` locale was always requested.
However, no startup checking was performed to verify the locale was successfully configured.
|