]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Mon, 22 Jul 1996 23:25:32 +0000 (23:25 +0000)
committerwessels <>
Mon, 22 Jul 1996 23:25:32 +0000 (23:25 +0000)
ChangeLog

index 1a87224f6aa1237d5accb3e1376e261dd72cba6d..6e0748fea909cafb0cce50f711631cd21c6fe5f4 100644 (file)
--- 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