From: Dmitry Volyntsev Date: Wed, 7 Feb 2024 16:34:00 +0000 (-0800) Subject: Version 0.8.3. X-Git-Tag: 0.8.3 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=fd37a9e4ddf6c61f8b01ac0970ab0ae9a4481e36;p=njs.git Version 0.8.3. --- diff --git a/CHANGES b/CHANGES index 5b241253..0e4b27c8 100644 --- 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: