From: wessels <> Date: Thu, 15 May 1997 03:08:30 +0000 (+0000) Subject: 1.2.alpha3 X-Git-Tag: SQUID_3_0_PRE1~5019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b08d32dbdfef1999331f42bf39078de9cb96808;p=thirdparty%2Fsquid.git 1.2.alpha3 --- diff --git a/ChangeLog b/ChangeLog index cd5313a7f4..2bbff6a53e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,21 @@ -Changes to squid-1.2.alpha1 (): +Changes to squid-1.2.alpha3 (): + + - Implemented persistent connections between clients and squid. + - Moved various FD tables (comm.c, fdstat.c, disk.c) to a single + table in fd.c. + - Removed use of FD as an identifier in certain callback + operations (ipcache, fqdncache). + - General code cleanup. + - Fixed typedefs for callback functions. + - Removed FD lifetime/timeout dichotomy. Now we only have + timeouts, however the lifetime concept/keyword may still + linger in certain places. + - Change Makefile 'realclean' target to 'distclean' + - Changed config file parsing of time specifications to use + parseTimeLine(). + - Removed storetoString.c + +Changes to squid-1.2.alpha2 (): - Merged squid-1.1.9, squid-1.1.10 changes diff --git a/include/version.h b/include/version.h index 8c4d562390..96d2904979 100644 --- a/include/version.h +++ b/include/version.h @@ -1,9 +1,9 @@ -/* $Id: version.h,v 1.80 1997/04/28 05:12:02 wessels Exp $ +/* $Id: version.h,v 1.81 1997/05/14 21:08:30 wessels Exp $ * * SQUID_VERSION - String for version id of this distribution */ #ifndef SQUID_VERSION -#define SQUID_VERSION "1.2.alpha2" +#define SQUID_VERSION "1.2.alpha3" #endif #ifndef SQUID_RELEASE_TIME