]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sat, 31 Aug 1996 04:44:25 +0000 (04:44 +0000)
committerwessels <>
Sat, 31 Aug 1996 04:44:25 +0000 (04:44 +0000)
ChangeLog

index 0e75ffb24b0473018844f56e3f1c2e7599b179e1..9a7edc83e54884b40bca28a1faabe2ca9dc63088 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+       - Fixed ENTRY_DISPATCHED bug.  ENTRY_DISPATCHED was not always getting
+         set (e.g. for requests matching hierarchy_stoplist).  This caused
+         multiple calls to storeAbort() for the same entry.
        - Fixed 'quick_abort' parsing bug
        - NULL terminate too-long URL strings in urlParse().
        - Added shadow password patch from John Saunders
        - Fixed stupid clientProxyAuthCheck() bug.
        - Made IP cache size configurable.
        - Fixed bug parsing 'cache_swap_low'
+       - Added -b option to ftpget to limit data transfer rate.
+       - misc filedescriptor management cleanup
+       - renamed getFromCache() to protoStart().
+       - Added delays when forking dnsservers, redirectors, and
+         ftpget.
 
 Changes to squid-1.1.alpha12: