]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sat, 3 Jan 1998 02:56:38 +0000 (02:56 +0000)
committerwessels <>
Sat, 3 Jan 1998 02:56:38 +0000 (02:56 +0000)
ChangeLog
TODO

index c8214cf1917941fc944f17649230e9e203a6653b..eed4bed9433627beaba36408d1469bd99601a251 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
          disable their read handlers.
        - For comm_poll(), use the fast 50 msec timeout only when
          USE_ASYNC_IO is defined.
+       - Fixed pointer bug when freeing AS# ACL entries.
+       - Fixed forgetting to reset Config.npeers to zero in free_peer().
 
 Changes to squid-1.2.beta10 (Jan 1, 1998):
 
diff --git a/TODO b/TODO
index 6b1df571e1132996ee3c00b1b1a2b765d57c773c..255abd0dd0c50e39803c5305ead752602eba4300 100644 (file)
--- a/TODO
+++ b/TODO
@@ -42,6 +42,7 @@ Our Todo List
        Clayton Donley <qa1049@ilms04.cig.mot.com>
 (3) **  Store cache key and other metadata in swap files (KA)
 (3) **  Make sure every squid.conf option has documentation (??)
+(3) **  Finish implementing the *_dump() functions in cache_cf.c (??)
 
 (4) ** FTP PUT (KA)
 (4) ** Everywhere that we use 'pattern' or such, use ACL elements instead.