diff --git a/NEWS b/NEWS index ed456fc4..39f2479b 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,6 @@ To be released as 0.11.4. * major bug 788: don't read STRLEN n_a, which isn't initialized by POPpx of Perl v5.8.8 and later * fix query parsing in file: URIs for local CGI (was broken in 0.11.3) -* bug 975: fix int/size_t pointer type mismatch in Perl interface * 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/[] @@ -47,6 +46,15 @@ To be released as 0.11.4. * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but munmap() doesn't +////////////////////////////////////////////////////////////////////// +The following changes should be removed from NEWS before ELinks 0.11.4 +is released. They are currently listed here just to show that they +have already been considered. + +* Fixed bugs that were not in previous versions: + - bug 975: fix int/size_t pointer type mismatch in Perl interface +////////////////////////////////////////////////////////////////////// + ELinks 0.11.3: --------------