From: wessels <> Date: Thu, 30 Oct 1997 10:28:12 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4625 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a493f974770593179a2d71f4e31073d604c76a63;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 228ac88b26..acf982144d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ + - Fixed DST bug in rfc1123.c + - Changed default http_accel_port to 80. + - added errorCon() as a ErrorState constructor function + (Max Okumoto). + - Added ERR_FTP_FAILURE message for ftpFail(). + - For FTP, the timeout callback must be moved to the 'data' + descriptor when data transfer begins. Otherwise we are + likely to get a timeout on the control descriptor. + - Fixed double-free bug in httpRequestFree(). + - Fixed store_swap_size counting bug in storeSwapOutHandle(). + Changes to squid-1.2.beta3 (Oct 29, 1997): - Initialize _res.options to RES_DEFAULT in dnsserver.c. diff --git a/TODO b/TODO index e7eda173c2..e83cf29929 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,10 @@ + URLs --> MD5? + redo cachemgr utilization + internalize redirectors? ++ should we write clean store logs from the double-linked list so + that they are sorted in order of last reference? Then upon + restart we won't have to worry about the list being unsorted + and causing problems with the LRU magic value. + Efficient public peer access control *without ACLs* Bill Wichers