]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 17 Jul 1996 23:48:34 +0000 (23:48 +0000)
committerwessels <>
Wed, 17 Jul 1996 23:48:34 +0000 (23:48 +0000)
ChangeLog

index 0b3e7a4cf8acec04ee05d777eff0a32cfce1a80e..1a87224f6aa1237d5accb3e1376e261dd72cba6d 100644 (file)
--- 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.