From: wessels <> Date: Sat, 14 Feb 1998 01:47:34 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4091 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3197e6448433ed41fbd73a9bcb53acf08149ed53;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 38882f27e3..150ca531c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Changes to squid-1.2.beta15 (Feb 13, 1998): + - Fixed some problems related to disk (and pipe) write error handling. file_close() doesn't always close the file immediately; i.e. when there are pending buffers to write. diff --git a/include/version.h b/include/version.h index ae32529a6f..0b0f13ba9c 100644 --- a/include/version.h +++ b/include/version.h @@ -1,9 +1,9 @@ -/* $Id: version.h,v 1.99 1998/02/06 17:49:12 wessels Exp $ +/* $Id: version.h,v 1.100 1998/02/13 18:47:35 wessels Exp $ * * SQUID_VERSION - String for version id of this distribution */ #ifndef SQUID_VERSION -#define SQUID_VERSION "1.2.beta14" +#define SQUID_VERSION "1.2.beta15" #endif #ifndef SQUID_RELEASE_TIME