summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2024-02-16 18:22:35 +0000
committerandrey-zelenkov <xim.andrew@gmail.com>2024-03-12 16:56:11 +0000
commit9993814d14fa693dc8641c31bca70223895d2055 (patch)
tree1845a910be997cdd2678bcd0bbfe8113ba5e5305 /docs
parentabcfc4cd6871c57af05fa2ee1c3fe80dfc556cdc (diff)
downloadunit-9993814d14fa693dc8641c31bca70223895d2055.tar.gz
unit-9993814d14fa693dc8641c31bca70223895d2055.tar.bz2
NJS: loader should be registered using njs_vm_set_module_loader()
This change makes NJS module incompatible with NJS older than 0.8.3. Therefore, the configuration version check has been adjusted accordingly. This change was introduced in NJS 0.8.3 here: <https://hg.nginx.com/njs/rev/ad1a7ad3c715>
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index 6428d65e..84682308 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -34,6 +34,12 @@ NGINX Unit updated to 1.33.0.
date="" time=""
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
+<change type="change">
+<para>
+if building with NJS, version 0.8.3 or later is now required.
+</para>
+</change>
+
</changes>