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

NEWS: add severities of bugs and sort accordingly

This commit is contained in:
Kalle Olavi Niemitalo 2007-05-28 11:18:53 +03:00 committed by Kalle Olavi Niemitalo
parent 5a49b9f14d
commit cfa6a6795d

12
NEWS
View File

@ -15,19 +15,19 @@ To be released as 0.11.4.
using ../po files
* important Debian bug 380347: prevent a buffer overflow in entity_cache
and a possible subsequent crash
* major bug 788: don't read STRLEN n_a, which isn't initialized by
POPpx of Perl v5.8.8 and later
* bug 691: don't look up bogus IPv4 addresses based on characters of a
hostname
* bug 712: GnuTLS works on https://www-s.uiuc.edu/[]
* bug 788: don't read STRLEN n_a, which isn't initialized by POPpx of
Perl v5.8.8 and later
* bug 928: properly display no-break spaces in a UTF-8 document if the
terminal uses some other charset
* bug 947: document.html.wrap_nbsp also affects text in tables
* fix passive FTP over IPv6 when connect() fails with EINPROGRESS
* bug 951 in user SMJS: garbage-collect SMJS objects on 'File -> Flush
all caches' to work around their holding cache entries busy
* fix passive FTP over IPv6 when connect() fails with EINPROGRESS
* minor bug 396: never show empty filename in the what-to-do dialog
* minor bug 461: ensure contrast in blank areas, to keep the cursor visible
* minor bug 928: properly display no-break spaces in a UTF-8 document
if the terminal uses some other charset
* trivial bug 947: document.html.wrap_nbsp also affects text in tables
* build bug 950: fix ``config/install-sh: No such file or directory''
on SunOS
* build: update SpiderMonkey configure check Debian compatibility