1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-24 00:56:14 +00:00

Bug 1003: fix bug number in previous commit

(cherry picked from commit 0bb128238e)
This commit is contained in:
Kalle Olavi Niemitalo 2008-03-01 16:57:43 +02:00 committed by Kalle Olavi Niemitalo
parent 8b5de30f72
commit b18190d01a

2
NEWS
View File

@ -304,7 +304,7 @@ To be released as 0.11.4.
* critical bugs 613, 714, 961: ``assertion list_empty(form_controls)
failed''
* critical bug 945: don't crash if a Lua script calls e.g. error(nil)
* critical bug 1001: don't crash if a smart URI rewrite template gets
* critical bug 1003: don't crash if a smart URI rewrite template gets
too few parameters
* major bug 956: don't reuse pointers to SpiderMonkey objects that may
have been collected as garbage. This fix causes bug 954.