From: wessels <> Date: Sat, 25 Jul 1998 04:04:04 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2984 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ada249f85afc6b5df6f4b7e5518e6d05cbc39b6b;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index a050060e60..83b16fc10d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ Nordstrom). - Fixed peerDigestFetchFinish() assertion caused by forwarding failures (e.g. miss_access rules). + - Changed signal handlers with ASYNC_IO and Linux so that + -k command line options work (Miquel van Smoorenburg). Changes to squid-1.2.beta23 (June 22, 1998): diff --git a/TODO b/TODO index 14670ba94c..a99406d66d 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,8 @@ Our Todo List (3) LDAP support. See http://miso.wwa.com/~donley/ and Clayton Donley (3) What to do about ACL's and URL escaping? +(3) Arjan's external proxy auth patch is at + http://www.iae.nl/users/devet/squid/proxy_auth/ (4) ** Everywhere that we use 'pattern' or such, use ACL elements instead. stoplist_pattern, refresh_pattern, ... (DW)