]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 29 Oct 1997 09:40:44 +0000 (09:40 +0000)
committerwessels <>
Wed, 29 Oct 1997 09:40:44 +0000 (09:40 +0000)
ChangeLog
TODO

index db9cab50a5074f04a114ef9f2c8be650159cea3f..7991db094534fd1eaf9879b86c7b8a2ad2e0ffcf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes to squid-1.2.beta2 (Oct 28, 1997):
+
        - Fixed aiops.c and async_iu.c so that they actually compile
          with USE_ASYNC_IO (Arjan de Vet).
        - Fixed errState->errno causing problems with some macros
@@ -7,11 +9,12 @@
        - Fixed InvokeHandlers() from calling memCopy() for ALL
          store_client's with callbacks.  A store_client might be reading
          from disk.
-       - Rewrote storeGetSwapSpace().  No longer will we scan one
+       - Rewrote storeMaintainSwapSpace().  No longer will we scan one
          bucket at a time.  Instead we'll maintain a single LRU
          list.  When an object is 'touched' we move it to the
          top of this list.  When we need disk space, we delete
          from the bottom.
+       - Removed storeGetSwapSpace().
        
 Changes to squid-1.2.beta1 ():
 
diff --git a/TODO b/TODO
index cdfcdf95c75a57f177fb6510a9fa1b751b752de8..252778b182326e0990b08a938542611e723c3a40 100644 (file)
--- a/TODO
+++ b/TODO
   #    x milliseconds, then deny.
   distant_peer_deny   200  75  10
 
++ #ifdefs to disable IP caching
++ convert ipcache/fqdncache to double-linked list
+  and lose qsort() calls.
+
 
 DONE:
 + s/sprintf/snprintf/g