From: wessels <> Date: Tue, 18 Aug 1998 05:54:49 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4067e5fcc883d31804265284c95b8de8047ebe;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 003c4f027a..621e9070eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ + - Added Bulgarian error pages by Evgeny Gechev. - Changed StoreEntry->lock_count to a u_short. - Replaced urlcmp with strcmp - Fixed pragma no-cache ejecting ENTRY_SPECIAL objects @@ -33,6 +34,16 @@ (this needs more work!) - Fixed memory access errors in statAvgTick(). - Fixed duplicate requestUnlink() bug in forward.c + - Fixed possible memory access bugs from not setting e->mem_obj + = NULL in destroy_MemObject(). + - Deleted TCP_IMS_MISS tag. Always use TCP_IMS_HIT instead. + - Modified headersEnd and httpMsgIsolateHeaders to account + for funky line terminations such as CRCRNL. + (``but Netscape and IE _tolerate_ this'') + - Fixed carp functions (Eric Stern). + - Replaced internal proxy_auth code with extern authentication + module (Arjan de Vet). + - moved hash.c to libmiscutil.a. Changes to squid-1.2.beta23 (June 22, 1998):