http://squid.nlanr.net/Squid/v2/2.2/
Changes since 2.2.PRE2:
- Changed storeClientCopy to give a swap-in failure if
the number of open disk FD's is above the 'max_open_disk_fds'
limit. Otherwise, a very loaded cache will end up with
all disk files open for reading, and none for writing.
- Added lib/inet_ntoa.c from BSD Unix for systems that have
broken inet_ntoa(). (Erik Hofman).
- Added more specific FTP error messages for "permission
denied, "file not found," and "service unavailable."
(Tony Finch)
- Added xisspace(), xisdigit(), etc, macros to cast function
args and eliminate compiler warnings.
- Fixed case-sensitive comparisons of domain names (Henrik
Nordstrom).
- Added proxy-authentication to cachemgr.cgi's requests
(Henrik Nordstrom).
- Changed Squid to *truncate* rather than *unlink* purged
swap files. Can be reversed by undefining
USE_TRUNCATE_NOT_UNLINK in src/defines.h.
- Changed internal icon headers to use Cache-control
Max-age instead of Expires.
- Changed storeMaintainSwapSpace behavior to be adjusted
smoothly, instead of discretely, between store_swap_low
and store_swap_high. This includes the number of
objects to scan, number to remove, and time until the
next storeMaintainSwapSpace event.
- Fixed a quick_abort bug that incorrectly calculated
content lengths.
Received on Tue Jul 29 2003 - 13:15:57 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:04 MST