]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Fri, 7 Feb 1997 02:01:32 +0000 (02:01 +0000)
committerwessels <>
Fri, 7 Feb 1997 02:01:32 +0000 (02:01 +0000)
ChangeLog

index c52b447ea6f54fec8a3c9553d0b8bec7d325e8ee..fff5715dd89643ef8fb8301b7d3847ef95849403 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+Changes to squid-1.1.6 (February @@, 1997):
 
        - Fix redirector to make sure the redirector child process is 
          is alive and not busy before using it (Brent Foster).
@@ -12,7 +13,7 @@
          requests (Andrew Humphrey).
        - Changed HTTP anonmyizing to remove 'denied' headers
          by default.  Define USE_PARANOID_ANONYMIZER to only pass
-         'allowed' headers instead.
+         'allowed' headers instead (Bernd Ernesti).
        - Added 'Splay' trees for fast IP access checking (Ed Knowles).
        - Fixed 'COMM_INPROGRESS' typo bug (Balint Nagy Endre).
        - Added support for PURGE method to remove cached objects.
        - Fixed announcement file descriptor leak (Balint Nagy Endre).
        - Fixed [^0-9] sscanf bug for some compilers (Jim Carroll).
        - Upgrade to autoconf-2.12
+       - Added 'dns_defnames' option to allow dnsserver to interpret
+         single-component hostnames.
+- Added multicast options
+       - Refuse to run as root without defining 'cache_effective_user'.
 
-Changes to squid-1.novm.5 (February XX, 1996):
+Changes to squid-1.novm.5 (February XX, 1997):
 
        - Fixed stuck objects (and FD leak) due to not unlocking
          objects in storeAbort().
        - Merged squid-1.1.5 changes.
 
-Changes to squid-1.1.5 (January 22, 1996):
+Changes to squid-1.1.5 (January 22, 1997):
 
        - Fixed ACL parsing to join ACL entries with the same name
          (Markus Stumpf).
@@ -51,7 +56,7 @@ Changes to squid-1.1.5 (January 22, 1996):
          deletion rate matches the addition rate and we avoid emergency
          object purge mode.
 
-Changes to squid-1.novm.4 (January XX, 1996):
+Changes to squid-1.novm.4 (January XX, 1997):
 
        - Fixed storeRegister loop in icpHandleIMSReply().
        - Merged squid-1.1.4 changes.