details:   https://hg.nginx.org/njs/rev/3aba7ee62080
branches:  
changeset: 2281:3aba7ee62080
user:      Dmitry Volyntsev <xei...@nginx.com>
date:      Wed Feb 07 08:34:00 2024 -0800
description:
Version 0.8.3.

diffstat:

 CHANGES |  31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 25e548de3d61 -r 3aba7ee62080 CHANGES
--- a/CHANGES   Tue Feb 06 19:32:08 2024 -0800
+++ b/CHANGES   Wed Feb 07 08:34:00 2024 -0800
@@ -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:
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to