summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-03-15 15:03:32 +0300
committerValentin Bartenev <vbart@nginx.com>2021-03-15 15:03:32 +0300
commit4c261a7ff8f2b2af08cc2cdee6828af4a1cf7794 (patch)
tree09ef8467beb97a5213c5587cc378499d5060a950 /docs/changes.xml
parentb0a1266835386590c65ec433759c5cc1063bd472 (diff)
downloadunit-4c261a7ff8f2b2af08cc2cdee6828af4a1cf7794.tar.gz
unit-4c261a7ff8f2b2af08cc2cdee6828af4a1cf7794.tar.bz2
Ruby: fixed encodings initialization.
The Ruby interpreter expects an explicit setlocale() call before initialization to pick up character encodings in the "Encoding" class from the environment. This closes #531 issue on GitHub.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r--docs/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 07decb2a..2f68083d 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -37,6 +37,12 @@ Linux, and all uploaded certificate bundles were forgotten after restart.
</para>
</change>
+<change type="bugfix">
+<para>
+the Ruby module didn't respect user locale for defaults in the Encoding class.
+</para>
+</change>
+
</changes>