]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Fri, 11 Oct 1996 04:24:27 +0000 (04:24 +0000)
committerwessels <>
Fri, 11 Oct 1996 04:24:27 +0000 (04:24 +0000)
CONTRIBUTORS
ChangeLog

index 97af9a37faf408fd0c82aa0e1d07d5feb07f1256..d7813002448c7b359968f6d274ff4f2ecc29cca8 100644 (file)
@@ -33,6 +33,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas t
        John Saunders <johns@rd.scitec.com.au>
        Endre Balint Nagy <bne@CareNet.hu>
        Geoff Keating <Geoff.Keating@anu.edu.au>
+       Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>
 
 
 Development of this caching software is funded by the National Science
index a976eb95973eac7a49e72073b5bcc7a6ab226a6b..a49a7f042f739b616bdb0a0a42f7957ebd4e49ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,11 +9,7 @@ TODO LIST before official squid-1.1:
                  and a single max object size?
                - Don't do TTL calculation whn object is fetched.  Instead
                  do refresh time calculation when object is requested.
-                 Maybe we can lose StoreEntry->expires?
                - lose 'max_expire_age' business?
-       - Fix up 'cache_mem' and accounted memory.  Divide accounted
-         memory into different buckets and have separate config value
-         for each?
        - Write Perl script to convert squid-1.0 store to squid-1.1
          structure.
 
@@ -21,6 +17,16 @@ Changes to squid-1.1.beta6 ():
 
        - Fixed lots of function prototypes, etc (Ed Knowles).
        - Added multicast patch (Martin Hamilton).
+       - Replaced 'struct hostent' with 'struct ipcache_addrs' in IP cache.
+       - Added ipcacheCycleAddrs() to round-robin IP addresses.
+       - Added ipcacheRemoveBadAddr() to remove addresses from failed connect()'s.
+       - Changed comm_connect() to comm_nbconnect() and removed other nonblocking
+         connection handling code from other modules.
+       - Improved cache memory usage.  Now cache_mem specifies the size
+         of the in-memory data pool.  Hot objects use whatever space is
+         not used by in-transit objects.
+       - Removed 'max_hot_object_size' config option.
+       - Fixed virtual-host coredump bug (Aaron Hopkins).
 
 Changes to squid-1.1.beta5 (October 7, 1996):