]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Tue, 25 Nov 1997 06:03:37 +0000 (06:03 +0000)
committerwessels <>
Tue, 25 Nov 1997 06:03:37 +0000 (06:03 +0000)
ChangeLog

index 261e5a7a611255ae7f65dee1bbd23048c573d8ba..8b496a62eebd05e517fcb7bb50049fd0e048c930 100644 (file)
--- 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):