]> git.kaiwu.me - njs.git/commitdiff
Version 0.2.5. 0.2.5
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 30 Oct 2018 11:16:39 +0000 (14:16 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 30 Oct 2018 11:16:39 +0000 (14:16 +0300)
CHANGES

diff --git a/CHANGES b/CHANGES
index c5662e76056e6dbededa712834f37b4c261497ec..129b7dcf593621c6228d4b782f0e580b54f914b8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,45 @@
 
+Changes with njs 0.2.5                                           30 Oct 2018
+
+    nginx modules:
+
+    *) Bugfix: fixed counting pending events in stream module.
+
+    *) Bugfix: fixed s.off() in stream module.
+
+    *) Bugfix: fixed processing of data chunks in js_filter in stream module.
+
+    *) Bugfix: fixed http status and contentType getter in http module.
+
+    *) Bugfix: fixed http response and parent getters in http module.
+
+    Core:
+
+    *) Feature: arguments object support.
+
+    *) Feature: non-integer fractions support.
+
+    *) Improvement: handling non-array values in Array.prototype.slice().
+
+    *) Bugfix: fixed Array.prototype.length setter.
+
+    *) Bugfix: fixed njs_array_alloc() for length > 2**31.
+
+    *) Bugfix: handling int overflow in njs_array_alloc() on 32bit
+       archs.
+
+    *) Bugfix: fixed code size mismatch error message.
+
+    *) Bugfix: fixed delete operator in a loop.
+
+    *) Bugfix: fixed Object.getOwnPropertyDescriptor() for complex
+       object (inherited from Array and string values).
+
+    *) Bugfix: fixed Object.prototype.hasOwnProperty() for non-object
+       properties.
+
+    *) Bugfix: miscellaneous additional bugs have been fixed.
+
 Changes with njs 0.2.4                                           18 Aug 2018
 
     nginx modules: