From: wessels <> Date: Sat, 3 Jan 1998 02:56:38 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4283 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fbc6de3149b81c28cbd30a7a15754f91f260e85;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index c8214cf191..eed4bed943 100644 --- 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 6b1df571e1..255abd0dd0 100644 --- a/TODO +++ b/TODO @@ -42,6 +42,7 @@ Our Todo List Clayton Donley (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.