From: wessels <> Date: Wed, 5 Aug 1998 12:19:32 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2929 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e23fbf04a425ae616c8cfc23599e3dbb0b33d7a8;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index fba36bc309..7f31653ee4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,9 @@ - Fixed 'you are running out of filedescriptors' bug which could cause the HTTP incoming connection handler to not be reset. + - Changed syslog logging. Now squid debug levels 0 and 1 go + to syslog. Level 0 gets LOG_WARNING and level 1 gets LOG_ERR + (this needs more work!) Changes to squid-1.2.beta23 (June 22, 1998): diff --git a/TODO b/TODO index 35e4c4726c..f1c4f7a3a2 100644 --- a/TODO +++ b/TODO @@ -41,6 +41,8 @@ Our Todo List known content types added to StoreEntry. Unknown types will lose. (4) Write binary headers as metadata? (4) Configurable proxy-auth realm +(4) Configurable FQDN cache size +(4) HTML-escape special characters in errorConvert(). (5) X-Proxy-hops header? (5) internalize redirectors?