X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=b998e98fe5de8c2267b7565e971e01c9114d35eb;hp=b50e33f60debe1e000743ae73a35842836ccb79c;hb=1d9bb1c7b05d877f7dc2f8b537feada3f2c373a3;hpb=9b21660d70fd20919d6350820a482285d699fa2e diff --git a/src/ChangeLog b/src/ChangeLog index b50e33f6..b998e98f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,13 @@ +2011-08-06 Giuseppe Scrivano + + * 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 the file if it is the specified output - destination. + * utils.c (acceptable): Accept always the file if it is the specified + output destination. Reported by: Shai Berger 2011-08-05 Giuseppe Scrivano @@ -13,14 +19,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. @@ -109,7 +115,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. @@ -1636,7 +1642,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, @@ -8627,7 +8633,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'". @@ -8679,7 +8685,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. @@ -8787,7 +8793,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