From: wessels <> Date: Wed, 17 Jul 1996 23:11:45 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~6042 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb3310f16a2fb87d7e2db997f9ae1ef4005bb726;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 3271049a26..c234d7b2b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Changes to squid-1.1.alpha4: + + - Cleaned up diskHandleWrite() + - Added free() handler to struct dwrite_q so diskHandleWrite() + 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. + Changes to squid-1.1.alpha4: - Fixed Asynchronous Disk I/O routines to basically work.