Among the changes are some patches submitted to the maintainers by
yours truly to improve the password support in cachemgr.cgi. It also
reports the resource "maxrss" correctly for what it is.
The distributed patches to 1.1.4:
* ftpget.c.patch: Changes the default MIME type to
"application/octet-stream" and fixes directory listings from
NetWare servers.
* icp.c.patch: Fixes "Unknown status reply from server: 0!" error
messages in Netscape.
* ipcache.c.patch: Fixes ipcache_dnsHandleRead() coredumps.
* neighbors.c.patch: Fixes BIT_SET/BIT_TEST typo in
getDefaultParent().
Reviewed by:
Submitted by:
Obtained from:
dot.{emacs,mosaic-hotlist-default}.
Install sample files into share/examples/w3 instead of to share/doc/w3.
Use PKG_PREFIX in the installation/deinstallation scripts.
Some Makefile cleanup.
Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
- Fixed announcement bug. Announcements were always off unless
a file was specified.
- Fixed wrong number of args to examine_select() debug.
- Fixed null-string content-type
- Don't cache replies with 'Set-Cookie:' headers.
- Fixed bug when client issues IMS, Squid has stale object and
Squid's lastmod time is greater than the client IMS time.
A 304 reply would be appropriate for Squid, but not the client
(diagnosed by Mark Treacy).
- Fixed httpBuildRequestHeader() content length bug which breaks for
really large POST requests (Takahiro Yugawa).
- Fixed 'passthrough_proxy' to pick up port number from list of
neighbors.
- Ensure pid file is world-readable if umask is set otherwise
(Doug Urner).
- Collect statistics on a few more HTTP headers.
Reviewed by:
Submitted by:
Obtained from:
This fixes some small bugs, including a CR/LF problem and (I think) two
problems with aborting. The author has hinted that this might be the last
beta before 1.1.0.
Among the changes:
- remove patch-aa, it's now in the standard distribution
- checks for libgnumalloc for <= FreeBSD-2.1.x systems to avoid the
nasty libc malloc problems.
- more useful data in the logs
- support for poll() syscall with unlimited number of file descriptors
if present instead of select()'s restrictions.
(Standard FreeBSD doesn't yet have poll()..)
- the usual bug fixes