From: wessels <> Date: Thu, 9 Apr 1998 05:59:09 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a62b144345432cf25826cdee484faa99e675d0;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 6224860ea2..d8e7d0f202 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ + - Fixed 'quick_abort' percent calculation bug. + - Fixed quick_abort FPE bug. + - Changed more errno-checking functions to use ignoreErrno(). + - Added ERESTART to ignoreErrno() because of report from + a Solaris system. + - Fixed '#elsif' typo. + - Fixed MemPool assertion by moving memInit() to before + configuration parsing functions. + - Fixed default 'announce_period' value (was 1 day, should + be 0) (Joe Ramey). + - Added configure warning for low filedescriptors and pointer + to FAQ. + Changes to squid-1.2.beta19 (Apr 8, 1998): - Added French Error pages by Frank DENIS.