From: wessels <> Date: Thu, 14 May 1998 03:50:15 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b381d33ada34a2162293930be08bf98b25b1529;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index f528687c41..23ddc099c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ - Added Italian error pages by Alessio Bragadini. - Added Estonian error pages by Toomas Soome. - Added Russian (koi-r) error pages by Andrew L. Davydov. + - Added Czech error pages by Jakub Nantl. - Fixed asnAclInitialize calling to prevent coredump. - Fixed FTP directory parsing again. - Made FTP directory listing "Generated" tagline like @@ -40,7 +41,10 @@ strcmp loops - removed Uri: from allowed headers; Uri is deprecated in RFC 2068 - removed processing of Request-Range header (no in specs?) - + - Fixed byte-order bugs in cacheDigestHashKey. + - Changed hash_remove_link() to return void. + - Changed ipcache_gethostbyname() to return NULL if + i->addrs.count == 0. Changes to squid-1.2.beta20 (April 24, 1998):