+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).
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).
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.