Skip to content

0.5.7

Compare
Choose a tag to compare
@zombiezen zombiezen released this 02 Mar 00:10
· 124 commits to main since this release

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 to C.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 to UTC0 by default. Previously, it was set to UTC, which is not a POSIX-conforming value.