Changes to squid-1.0.beta15 (June 9, 1996): - Fixed storeSwapoutHandle coredump bug - Fixed DNS lookup failure of neighbor hosts after a few hours of operation - Changed memcpy() to memmove() for overlapping memory copies - Changed store rebuidling to unlink the log-last-clean file in case of a crash during rebuild - Added forwarding loop detection - Changed all memcpy to use xmemcpy which is memmove, bcopy, or memcpy. - Fixed coredump bug from partial dnsserver reads, manifest on FreeBSD and NetBSD. Changes to squid-1.0.beta16 (June 10, 1996): - Fixed two coredump-causing bugs in ipcache_unregister(). - Changed 'close_handler' to a linked list. - Changed freeing of protodispatch_data structures to use new close_handler (attached to client FD). - Fixed URL handling to accomodate browswers which do not handle relative URL parsing.