]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 17 Jul 1996 23:11:45 +0000 (23:11 +0000)
committerwessels <>
Wed, 17 Jul 1996 23:11:45 +0000 (23:11 +0000)
ChangeLog

index 3271049a268957696f1ae7b2ba52a7a70b208804..c234d7b2b318a7e6b826b0713d6b0d30bd089637 100644 (file)
--- 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.