From: wessels <> Date: Mon, 22 Jul 1996 23:25:32 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~6008 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40878e171c5a80b462949d18ed1ab2438107c645;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 1a87224f6a..6e0748fea9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Changes to squid-1.1.alpha6: + + - Changed storage manager to use a two level directory + structure. This makes squid-1.1 incompatible with squid-1.0! + - Added last modification time to the StoreEntry structure, and + the swap log. + - Changed how memory passed to comm_write() gets freed. Now + pass in a free handler function which gets called when the + RWStateData structure is destroyed. + - Other misc cleanup. + - Added a reverse-address-lookup cache (``fqdncache''). + - Added support for threaded ACLs for destination IP addresses + and source hostnames. + - Use aclMatchDomainList() instead of aclMatchWord() for domain names. + - Renamed cachemgr 'stats/general' to 'stats/ipcache'. + - Added 'log_fqdn' option to config file. + - Added 'client_netmask' to config file. + + Changes to squid-1.1.alpha5: - Got Asynchronous I/O stuff to compile and run on IRIX 5.3