1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

952, 954: Describe in NEWS.

This commit is contained in:
Kalle Olavi Niemitalo 2008-07-18 20:54:05 +03:00 committed by Kalle Olavi Niemitalo
parent ae8080b172
commit 39a5d68447

6
NEWS
View File

@ -11,6 +11,12 @@ ELinks 0.12pre1.GIT now:
To be released as 0.12pre2, 0.12rc1, or even 0.12.0. This branch
generally also includes the bug fixes made in ELinks 0.11.4.GIT.
* bug 954, enhancement 952: Keep track of ECMAScript form and input
objects instead of constructing new ones on every access. When the
corresponding ELinks internal objects are destroyed, detach the
ECMAScript objects from them, to prevent crashes. (Bug 954 was
first added in ELinks 0.11.4, and the bug 620 fix in ELinks 0.12pre1
made crashes more likely.)
* critical bug 1029 in user SMJS: Prefer JS_CallFunctionValue over
JS_CallFunction, which can crash if given a closure.
* critical bug 1031: Use the same JSRuntime for both user SMJS and