From: wessels <> Date: Wed, 17 Jul 1996 23:48:34 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~6039 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ea254935409f22260fc90b7800d14b22a1ac3a;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 0b3e7a4cf8..1a87224f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ Changes to squid-1.1.alpha5: can free memory after its been written. - Changed file_open() to not allow files to be opened O_RDWR. - Changed file_open() to always set O_APPEND for O_WRONLY files. + - Includes all squid-1.0 changes up to squid-1.0.2. Changes to squid-1.1.alpha4: @@ -38,6 +39,17 @@ Changes to squid-1.1.alpha2: ============================================================================== +Changes to squid-1.0.2 (July 16, 1996): + + - Fixed HTTP code in access.log for TCP_IFMODSINCE requests. + - Fixed SSL to not read again until previous write is complete. + - Added CPU usage percentage in cachemgr 'info' output. + - Fixed bug when removing a neighbor. Forgetting to decrement + friends->n causes a duplicate ICP query to be sent in + neighborsUdpPing(). + - Increased some MAX_URL sized character buffers to prevent + overflows. + Changes to squid-1.0.1 (July 8, 1996): - Fixed ftpget server looping on socket EOF condition.