1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Bug 1003: fix bug number in previous commit

This commit is contained in:
Kalle Olavi Niemitalo 2008-03-01 16:57:43 +02:00 committed by Kalle Olavi Niemitalo
parent 6d2e034007
commit 0bb128238e

2
NEWS
View File

@ -15,7 +15,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.