http://squid.nlanr.net/Squid/1.2.beta/
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
clientRedirectDone() (Michael O'Reilly).
- Workaround for Solaris pthreads closing FD 0 upon fork()
(Michael O'Reilly).
- Fixed shutdown bug with outgoing UDP sockets; we need to
disable their read handlers.
- For comm_poll(), use the fast 50 msec timeout only when
USE_ASYNC_IO is defined.
- Fixed pointer bug when freeing AS# ACL entries.
- Fixed forgetting to reset Config.npeers to zero in free_peer().
- Fixed ICP bug causing excessive TIMEOUTs with sibling
neighbors. We must call the ICP reply callback even for
sibling misses.
- Fixed some dnsserver-related reconfigure bugs. Need to
use cbdataLock, etc in fqdncache.c. Also don't want to
use ipcacheQueueDrain() and fqdncacheQueueDrain().
- Fixed persistent connection bug. We were incorrectly
deciding that non-200 replies without content-length
would not have a reply body.
- Fixed intAverage() precedence bug.
- Fixed memmove() 'len' arg bug.
- Changed algorithm for determining alive/dead state of peers.
Instead of using a fixed number of unacknowledged ICP
replies, it is now based on timeouts. If there are no ICP
replies received from a peer within 'dead_peer_timeout'
seconds, then we call it dead.
- Added calls to getCurrentTime() in
comm_{select,poll}_incoming() when ALARM_UPDATES_TIME is not
being used.
- Fixed shutdown bug when the incoming and outgoing ICP socket
is the same file descriptor.
- Added buffered writes for storeWriteCleanLogs() (Stewart
Forster).
- Patches for Qnx4 (Jean-Claude MICHOT).
- Fixed returning void functions which seems to be a GCC-ism.
- New configure script options (Henrik Nordstrom):
--enable-new-storekey=[sha|md5(|url)] (was --enable-hashkey)
--enable-acltree
--enable-icmp
--enable-delay-hack
--enable-useragent-log
--enable-kill-parent (this should be named -hack)
--enable-snmp
--enable-time-hack
--enable-cachemgr-hostname[=hostname] (new)
--enable-arp-acl (new)
- Added Doug Lea malloc-2.6.4 to the distribution, so that
people easily can try a decent malloc package if they syspect
their malloc is broken. --enable-dlmalloc (Henrik Nordstrom).
- Made XMALLOC_DEBUG_COUNT working again. Requires a small stub
function (Henrik Nordstrom).
- Removed top-level Makefile. People must now run 'configure'
before 'make'.
- Fixed checkFailureRatio() implementation.
- Made 'squid -z' behave like the 1.1 version.
Received on Tue Jul 29 2003 - 13:15:45 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:11:32 MST