From: wessels <> Date: Tue, 25 Nov 1997 06:03:37 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4476 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95bc9f0b129481f5e560fb9a3043977814b1a136;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 261e5a7a61..8b496a62ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Changes to squid-1.2.beta7 (Nov 24, 1997): + - Fixed poll() for Linux (David Luyer). - SHA optimizations (David Luyer). - Fixed errno clashes with macro on Linux (David Luyer). @@ -6,6 +8,11 @@ no more data to send for objects in STORE_OK state. - Fixed FTP truncation bug when ftpState->size == 0, e.g. especially directory listings. + - Mega FTP fix from Henrik Nordstrom. A better job of + implementing the '%2f' hack. + - Fixed some pipelined request bugs. storeClientCopy() was + being given the wrong StoreEntry, and we had a race condition + which is now handled by storeClientCopyPending(). Changes to squid-1.2.beta6 (Nov 13, 1997):