X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f4ac255940b6587887933fbe8fd4dbad004e4666;hp=c3b9b56c594f6e15e22bb667401e31eae0de0f53;hb=706871e92e4c0bbca53972451921781cc7afbb8b;hpb=c6cf57d2159796f2068b8366f1de81ae2a695629 diff --git a/src/ChangeLog b/src/ChangeLog index c3b9b56c..f4ac2559 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,57 @@ +2011-08-13 Giuseppe Scrivano + + * retr.c (fd_read_body): Ensure max is not already defined. + + * mswindows.h (snprintf): Remove definition. + (vsnprintf): Likewise. + +2011-08-12 Giuseppe Scrivano + + * css.l: Remove include "wget.h". + Reported by: Perry Smith . + +2011-08-11 Giuseppe Scrivano + + * utils.c (abort_run_with_timeout): Use sigprocmask instead of + sigsetmask. + + * gnutls.c (ssl_connect_wget): Remove call to deprecated function + `gnutls_certificate_type_set_priority'. + + * Makefile.am (version.c): Don't invoke hg to set version string. + +2011-08-10 Giuseppe Scrivano + + Fix a linker error on systems with an older gnutls version. + * gnutls.c (ssl_connect_wget) + [HAVE_GNUTLS_PRIORITY_SET_DIRECT]: Use gnutls_priority_set_direct. + [! HAVE_GNUTLS_PRIORITY_SET_DIRECT]: Use gnutls_protocol_set_priority. + Reported by: Karl Berry + +2011-08-06 Jochen Roderburg + + * host.c (lookup_host): Ensure it doesn't print more IPs than available + ones. + +2011-08-06 Giuseppe Scrivano + + * init.c (defaults): Set default value for show_all_dns_entries. + + * host.c (lookup_host): If `showalldnsentries' is used then print all + the IP corresponding to a DNS entry. + * init.c (commands): Add `showalldnsentries'. + Suggested by: Witold Baryluk + + * http.c (gethttp): Add the Cache-Control HTTP header when --no-cache + is specified. + Reported by: Коренберг Марк . + +2011-08-05 Giuseppe Scrivano + + * utils.c (acceptable): Accept always the file if it is the specified + output destination. + Reported by: Shai Berger + 2011-08-05 Giuseppe Scrivano * gnutls.c (ssl_connect_wget): Use `gnutls_priority_set_direct' instead @@ -7,14 +61,14 @@ * cookies.c (parse_set_cookie): If the value is quoted, do not modify it. - Reported by: Nirgal Vourgère + Reported by: Nirgal Vourgère 2011-07-29 Giuseppe Scrivano * log.c (logprintf): Exit immediately on a SIGPIPE error. - Reported by: Noèl Köthe . + Reported by: Noèl Köthe . -2011-07-26 Carlos Martín Nieto (tiny change) +2011-07-26 Carlos Martín Nieto (tiny change) * init.c (home_dir): Allocate path buffer dinamically. @@ -103,7 +157,7 @@ SSL_pending. (openssl_peek): Make the call non-blocking. -2011-04-11 Cristian Rodríguez (tiny change) +2011-04-11 Cristian Rodríguez (tiny change) * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when available. @@ -1630,7 +1684,7 @@ * html-url.c, http.c: Avoid casts in a couple spots. -2008-05-30 Henri Häkkinen +2008-05-30 Henri Häkkinen * cookies.c, ftp-basic.c, hash.c, html-url.c, http-ntlm.c, http.c, init.c, log.c, main.c, progress.c, ptimer.c, spider.c, url.c, @@ -8621,7 +8675,7 @@ 2001-02-16 Dan Harkless - * init.c (commands): Hack Kampbjørn discovered + * init.c (commands): Hack Kampbjørn discovered that "httpsproxy" had been inserted into commands[] out of alphabetical order, causing "BUG: unknown command `httpuser'". @@ -8673,7 +8727,7 @@ characters. (skip_uname): Ditto. -2001-02-11 Hack Kampbjørn +2001-02-11 Hack Kampbjørn * url.c (parseurl): Debug-print u->ftp_type. @@ -8781,7 +8835,7 @@ 2000-12-30 Dan Harkless - * ftp.c, http.c: Applied Hack Kampbjørn 's + * ftp.c, http.c: Applied Hack Kampbjørn 's patch to deal with h_errno not being defined in netdb.h under Cygwin. 2000-12-18 Csaba Raduly