From: wessels <> Date: Sun, 10 May 1998 07:55:38 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06066bbc03c8489b16db7360dbda69b1f555f245;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index fc2ae50614..1f13b32b9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ - Added Italian error pages by Alessio Bragadini. - Added Estonian error pages by Toomas Soome. + - Added Russian (koi-r) error pages by Andrew L. Davydov. - Fixed asnAclInitialize calling to prevent coredump. - Fixed FTP directory parsing again. - Made FTP directory listing "Generated" tagline like @@ -19,6 +20,10 @@ - Added netdb exchange protocol. - Fixed wordlistDestroy() uninitialized pointer bug in ftpParseControlReply. + - Fixed redirector subprocess to show real program name. + - Changed URN menu output to be sorted. + - Added fast select(2) timeouts when using ASYNC_IO. + - Added ARP ACL support for Linux (David Luyer). Changes to squid-1.2.beta20 (April 24, 1998): diff --git a/TODO b/TODO index 3072054e25..9563db3e40 100644 --- a/TODO +++ b/TODO @@ -53,6 +53,7 @@ Our Todo List - A lot of current oddities with freshly added code should go away as we debug and polish things. Comments discussing current code problems will be deleted; hopefully, along with the problems. +(3) Full request headers for CONNECT requests. (4) ** Everywhere that we use 'pattern' or such, use ACL elements instead. stoplist_pattern, refresh_pattern, ... (DW)