diff options
author | Dmitry Volyntsev <xeioex@nginx.com> | 2024-02-07 08:34:00 -0800 |
---|---|---|
committer | Dmitry Volyntsev <xeioex@nginx.com> | 2024-02-07 08:34:00 -0800 |
commit | fd37a9e4ddf6c61f8b01ac0970ab0ae9a4481e36 (patch) | |
tree | 9c19ba7f3bf122c38a99fb54cdbdb88e4e0adf7e | |
parent | ea90e10e58f2be4ccd93f8986f245923a69c3eec (diff) | |
download | njs-0.8.3.tar.gz njs-0.8.3.zip |
Version 0.8.3.0.8.3
-rw-r--r-- | CHANGES | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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: |