X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=5186f0c04bd184b355c60abf9a5750d0da4f15f1;hp=44800fe2f0592b42c8cdc02b2d534cbeb08c4419;hb=1cba1a7659719535800d4fd53d689c9e758babdc;hpb=3a62674582c4163010aa44babce47a8b8e8b6537 diff --git a/src/ChangeLog b/src/ChangeLog index 44800fe2..5186f0c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,34 @@ +2011-04-04 Giuseppe Scrivano + + * Makefile.am (LIBS): Remove @LIBSSL@ @W32LIBS@ + +2011-04-03 Giuseppe Scrivano + + * gnutls.c: Include . + (wgnutls_peek): Make the socket non blocking before attempt a read. + + * gnutls.c: Include . + (wgnutls_peek) [F_GETFL]: Use fcntl. + (wgnutls_peek) [! F_GETFL]: Use ioctl. + + +2011-03-31 Giuseppe Scrivano + + * recur.c (download_child_p): When --no-parent is used, check that the + ports are the same only in case the same protocol is used. + Reported by: Karl Berry + + * res.c (res_parse): Add new line to debug messages. + +2011-03-21 Giuseppe Scrivano + + * iri.h (parse_charset) [!ENABLE_IRI]: Use the parameter to avoid a + compiler warning. + + * iri.h: Declare `dummy_iri' as extern not static. + * main.c [!ENABLE_IRI]: Define `dummy_iri'. + (main) [!ENABLE_IRI]: Initialize `dummy_iri'. + 2011-03-11 Giuseppe Scrivano * ftp.c (getftp): Fix some memory leaks.