0.5.7
Version 0.5.7 backports a fix for a locale environment variable issue.
Changed
- The build environment now sets
LANG
and other locale environment variables toC.UTF-8
or the closest approximation thereof. Previously, these variables were unset, which caused problems with programs that required a UTF-8 character set to function properly, like those written in Ruby or Python.
Fixed
- The
TZ
environment variable is now set toUTC0
by default. Previously, it was set toUTC
, which is not a POSIX-conforming value.