From: wessels <> Date: Sat, 18 Jan 1997 13:21:31 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb97dd37ae8707ab5183458be57f328dd8f87a39;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index f9f45b259c..bc57a45d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ + - Fixed ACL parsing to join ACL entries with the same name + (Markus Stumpf). + - Fixed BIT_SET/BIT_TEST typo in getDefaultParent() (Ed Knowles). + - Removed comm_read() and commHandleRead(). + - Fixed rotating special files (Kolics Bertold). + - Fixed sending HTTP reply code 0 in error messages. + - Fixed ftpget to recognize 'NetWare' servers and skip whitespace + before filenames. + - Changed ftpget default Content-Type to application/octet-stream. + - Added .rpm MIME type (Nigel Metheringham). + - Changed storeDirClean() to create missing directories. + Changes to squid-1.novm.4 (January XX, 1996): - Fixed storeRegister loop in icpHandleIMSReply().