]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Sat, 19 Oct 1996 13:27:34 +0000 (13:27 +0000)
committerwessels <>
Sat, 19 Oct 1996 13:27:34 +0000 (13:27 +0000)
ChangeLog
configure

index 2ad94274f835cd791eafca984ef6289aa1e0dd7d..20b09ca728dba0d5e50e7ea5382a99ef7c47aba0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,6 @@ TODO LIST before official squid-1.1:
                - Don't do TTL calculation whn object is fetched.  Instead
                  do refresh time calculation when object is requested.
                - lose 'max_expire_age' business?
-       - Write Perl script to convert squid-1.0 store to squid-1.1
-         structure.
 
 Changes to squid-1.1.beta8 ():
 
@@ -35,8 +33,9 @@ Changes to squid-1.1.beta8 ():
          final blank line.
        - Added failure detection to icmpRecv().
        - Fixed backwards logic in debug_trap().
-       - Reorganized handling ICP replies so dead neighbors should
-         now get revived.
+       - Fixed neighbor caches remaining in 'DEAD' state.  Reorganized
+         handling ICP replies so neighborsUdpAck gets called for
+         most every reply.
 
 Changes to squid-1.1.beta7 (October 14, 1996):
 
index b5840971c5e2836dc6e15d67a7ed6ec1861d35fa..6f51a4313c403d676940f4910cf8f7fb28f36c49 100755 (executable)
--- a/configure
+++ b/configure
@@ -517,7 +517,7 @@ fi
 
 
 
-# From configure.in Revision: 1.38 
+# From configure.in Revision: 1.39 
 ac_aux_dir=
 for ac_dir in aux $srcdir/aux; do
   if test -f $ac_dir/install-sh; then