X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f4ac255940b6587887933fbe8fd4dbad004e4666;hp=d394166e9c0fb24bc22c48ae4b39b16f7d491409;hb=706871e92e4c0bbca53972451921781cc7afbb8b;hpb=37c85ecba31b22de68cca986c2c8757f709dd058 diff --git a/src/ChangeLog b/src/ChangeLog index d394166e..f4ac2559 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,88 @@ +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 + of the deprecated `gnutls_protocol_set_priority'. + +2011-08-02 Giuseppe Scrivano + + * cookies.c (parse_set_cookie): If the value is quoted, do not modify + it. + 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 . + +2011-07-26 Carlos Martín Nieto (tiny change) + + * init.c (home_dir): Allocate path buffer dinamically. + +2011-07-26 Giuseppe Scrivano + + * retr.c (retrieve_url): Do not register redirects when in spider mode. + 2011-07-20 Merinov Nikolay * iri.c (remote_to_utf8): Add test for non-ASCII symbols with UTF-8 URI encoding. * res.c (res_retrieve_file): Fix url_parse call. -2011-06-08 Giuseppe Scrivano +2011-06-08 Giuseppe Scrivano * retr.c (retrieve_from_file): Parse the url careless if IRI is enabled. Reported by: Volker Kuhlmann . @@ -79,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. @@ -1606,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, @@ -8597,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'". @@ -8649,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. @@ -8757,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