]> git.kaiwu.me - njs.git/commitdiff
Version 0.8.3. 0.8.3
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 7 Feb 2024 16:34:00 +0000 (08:34 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 7 Feb 2024 16:34:00 +0000 (08:34 -0800)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5b2412536e5d5687ac2ffb719db5c32c33422e10..0e4b27c8b6b670071e4c7f46492420667b8599e1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,34 @@
+Changes with njs 0.8.3                                       07 Feb 2024
+
+    nginx modules:
+
+    *) Bugfix: fixed Headers.set().
+
+    *) Bugfix: fixed js_set with Buffer values.
+
+    *) Bugfix: fixed clear() method of a shared dictionary when
+       a timeout is not specified.
+
+    *) Bugfix: fixed stub_status statistics when js_periodic is
+       enabled.
+
+    Core:
+
+    *) Bugfix: fixed building with libxml2 2.12 and later.
+
+    *) Bugfix: fixed Date constructor for overflows and with
+       NaN values.
+
+    *) Bugfix: fixed underflow in querystring.parse().
+
+    *) Bugfix: fixed potential buffer overread in
+       String.prototype.match().
+
+    *) Bugfix: fixed parsing of for-in loops.
+
+    *) Bugfix: fixed parsing of hexadecimal, octal, and binary
+       literals with no digits.
+
 Changes with njs 0.8.2                                       24 Oct 2023
 
     nginx modules: