+Changes to squid-1.2.beta11 (Jan 6, 1998):
+
- Fixed fake 'struct rusage' definition which prevented compling
on Solaris 2.4.
- Fixed copy-by-ref bug for request->headers in
doubly-linked list.
(1) ** Send full HTTP requests in ICP messages (DW)
-(2) ** copy over -z semantics from 1.1; don't automatically wipeout
- cache (DW)
(2) ** copy over 'test_reachability' from 1.1 (DW)
(2) ** we don't properly handle the HTTP/1.1 'Connection' header (KA)
(2) be more persistent in forwarding requests; return fewer error pages
- Replace bzero with memset
- Replace bcopy with xmemcpy
(2) ** Add "Squid" trailer to all error messages. (AR)
+(2) ** Fix cachemgr.cgi. It doesn't understand some of the new
+ output formats. (??)
(3) ** request-range (AR)
(3) hit metering
Clayton Donley <qa1049@ilms04.cig.mot.com>
(3) ** Store cache key and other metadata in swap files (KA)
(3) ** Make sure every squid.conf option has documentation (??)
-(3) ** Finish implementing the *_dump() functions in cache_cf.c (??)
+(3) ** Finish implementing the *_dump() functions in cache_cf.c (DW)
(4) ** FTP PUT (KA)
(4) ** Everywhere that we use 'pattern' or such, use ACL elements instead.
restart we won't have to worry about the list being unsorted
and causing problems with the LRU magic value.
(3) ** Make checkFailureRatio() work again. (DW)
+(2) ** copy over -z semantics from 1.1; don't automatically wipeout
+ cache (DW)